zhuangchong commented on code in PR #21:
URL: 
https://github.com/apache/incubator-seatunnel-web/pull/21#discussion_r1100038756


##########
seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/controller/AuthController.java:
##########
@@ -41,8 +41,8 @@ public class AuthController {
     @GetMapping("/userRole")
     @ApiOperation(value = "check relation between user and role", httpMethod = 
"GET")
     @ApiImplicitParams({
-            @ApiImplicitParam(name = "username", value = "user name", dataType 
= "String"),
-            @ApiImplicitParam(name = "roleName", value = "role name", dataType 
= "String"),
+        @ApiImplicitParam(name = "username", value = "user name", dataType = 
"String"),

Review Comment:
   This is to fix the code format problem reported by `checkstyle`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to