fuweng11 commented on code in PR #11758:
URL: https://github.com/apache/inlong/pull/11758#discussion_r1957507668


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/GroupMode.java:
##########
@@ -60,4 +63,12 @@ public static GroupMode forMode(String mode) {
         throw new IllegalArgumentException(String.format("Unsupported group 
mode for %s", mode));
     }
 
+    public static GroupMode forCode(int code) {

Review Comment:
   This class is not used and does not require modification.



-- 
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