Delete trailing whitespace in Java source code

This commit is contained in:
Sam Brannen
2015-06-19 17:09:52 +02:00
parent b36c9f9f23
commit 078d252d1e
8 changed files with 13 additions and 13 deletions

View File

@@ -701,7 +701,7 @@ public class MvcUriComponentsBuilder {
ControllerMethodInvocationInterceptor(Class<?> controllerType) {
this.controllerType = controllerType;
}
@Override
public Object intercept(Object obj, Method method, Object[] args, MethodProxy proxy) {
if (getControllerMethod.equals(method)) {