meant to append

This commit is contained in:
Brandon Fergerson 2019-03-16 20:14:24 -06:00
parent 94555f62e3
commit fe9f81bc1b
1 changed files with 1 additions and 1 deletions

View File

@ -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]);