YongGoose commented on code in PR #7157:
URL: https://github.com/apache/incubator-seata/pull/7157#discussion_r1950401295


##########
namingserver/src/main/java/org/apache/seata/namingserver/controller/NamingController.java:
##########
@@ -96,10 +100,8 @@ public MetaResponse discovery(@RequestParam String vGroup, 
@RequestParam String
     }
 
     @PostMapping("/addGroup")
-    public Result<String> addGroup(@RequestParam String namespace,
-                                      @RequestParam String clusterName,
-                                      @RequestParam String unitName,
-                                      @RequestParam String vGroup) {
+    public Result<String> addGroup(@RequestParam String namespace, 
@RequestParam String clusterName, String unitName,
+        @RequestParam String vGroup) {

Review Comment:
   Thank you for the detailed explanation! :)
   I think it’s okay to mark it as resolved.



-- 
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: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to