yuz10 commented on code in PR #9844:
URL: https://github.com/apache/rocketmq/pull/9844#discussion_r2664070475


##########
common/src/main/java/org/apache/rocketmq/common/filter/impl/PolishExpr.java:
##########
@@ -169,11 +169,11 @@ public static boolean isOperand(Op token) {
     }
 
     public static boolean isLeftParenthesis(Op token) {
-        return token instanceof Operator && LEFTPARENTHESIS == (Operator) 
token;
+        return token instanceof Operator && LEFTPARENTHESIS == token;

Review Comment:
   this file is auto generated, should not change it.



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