drpmma commented on code in PR #6202:
URL: https://github.com/apache/rocketmq/pull/6202#discussion_r1119501646


##########
acl/src/main/java/org/apache/rocketmq/acl/common/Permission.java:
##########
@@ -26,7 +26,7 @@
 public class Permission {
 
     public static final byte DENY = 1;
-    public static final byte ANY = 1 << 1;
+    public static final byte ANY = 0b00001110;

Review Comment:
   What's the reason to change the value of ANY?



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