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