meant to append
This commit is contained in:
parent
94555f62e3
commit
fe9f81bc1b
|
|
@ -39,7 +39,7 @@ public class RequestMappingMethodInterceptor extends AbstractMethodInterceptor {
|
|||
requestURL.append(",");
|
||||
}
|
||||
}
|
||||
requestURL = new StringBuilder("}");
|
||||
requestURL.append("}");
|
||||
}
|
||||
if (methodRequestMapping.value().length > 0) {
|
||||
requestURL.append(methodRequestMapping.value()[0]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue