meant to append
This commit is contained in:
parent
7322ea86a6
commit
65692887f2
|
|
@ -41,7 +41,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