Unnecessary path variable definition [WEB_ANNOTATION_NAMES]

This commit is contained in:
shimingxy
2025-12-22 12:15:39 +08:00
parent 83699f1b86
commit 424a86d3e7
53 changed files with 104 additions and 104 deletions

View File

@@ -67,7 +67,7 @@ public class TokenBasedAuthorizeEndpoint extends AuthorizeBaseEndpoint{
public ModelAndView authorize(
HttpServletRequest request,
HttpServletResponse response,
@PathVariable("id") String id,
@PathVariable String id,
@CurrentUser UserInfo currentUser){
ModelAndView modelAndView=new ModelAndView();