mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
Remove inconsistent spaces
This commit is contained in:
committed by
Juergen Hoeller
parent
8f21cb1a7c
commit
fb898e1727
+2
-2
@@ -354,7 +354,7 @@ public class RequestMappingInfoHandlerMappingTests {
|
||||
urlPathHelper.setUrlDecode(false);
|
||||
urlPathHelper.setRemoveSemicolonContent(false);
|
||||
|
||||
this.handlerMapping.setUrlPathHelper(urlPathHelper );
|
||||
this.handlerMapping.setUrlPathHelper(urlPathHelper);
|
||||
|
||||
request = new MockHttpServletRequest();
|
||||
handleMatch(request, "/path{filter}", "/path;mvar=a%2fb");
|
||||
@@ -534,4 +534,4 @@ public class RequestMappingInfoHandlerMappingTests {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user