You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/03 02:22:16 UTC

[GitHub] [rocketmq] lizhimins commented on a diff in pull request #5457: [RIP-48] Support reset offset in server-side for pop message

lizhimins commented on code in PR #5457:
URL: https://github.com/apache/rocketmq/pull/5457#discussion_r1012444587


##########
test/src/main/java/org/apache/rocketmq/test/client/rmq/RMQNormalConsumer.java:
##########
@@ -25,26 +25,31 @@
 import org.apache.rocketmq.test.util.RandomUtil;
 
 public class RMQNormalConsumer extends AbstractMQConsumer {
-    private static Logger logger = Logger.getLogger(RMQNormalConsumer.class);
+
+    private static final Logger LOGGER = Logger.getLogger(RMQNormalConsumer.class);

Review Comment:
   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: commits-unsubscribe@rocketmq.apache.org

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