Skip to content

Commit

Permalink
Removing semi-colon
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Nov 29, 2023
1 parent a942c20 commit 84579e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void doFilter(ServletRequest request, ServletResponse response, FilterCha

@Override
public String getRequestURI() {
RequestFacade wrappedRequest = (RequestFacade) super.getRequest();;
RequestFacade wrappedRequest = (RequestFacade) super.getRequest();
String requestURI = wrappedRequest.getRequestURI();

// Get the contextPath without masking the default context mapping.
Expand Down

0 comments on commit 84579e4

Please sign in to comment.