Delete trailing whitespace in Java source code
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user