meant to append

This commit is contained in:
Brandon Fergerson 2019-03-16 20:12:05 -06:00
parent 7322ea86a6
commit 65692887f2
1 changed files with 1 additions and 1 deletions

View File

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