You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/10/17 00:51:18 UTC

[GitHub] [rocketmq] Oliverwqcwrw commented on a diff in pull request #5325: [ISSUE #5324]Replace deprecated class PosixParser with DefaultParser for CLI

Oliverwqcwrw commented on code in PR #5325:
URL: https://github.com/apache/rocketmq/pull/5325#discussion_r996538288


##########
test/src/main/java/org/apache/rocketmq/test/util/MQAdminTestUtils.java:
##########
@@ -17,10 +17,15 @@
 
 package org.apache.rocketmq.test.util;
 
+import java.util.HashMap;

Review Comment:
   ditto



##########
example/src/main/java/org/apache/rocketmq/example/benchmark/Consumer.java:
##########
@@ -17,11 +17,20 @@
 
 package org.apache.rocketmq.example.benchmark;
 
+import java.io.IOException;

Review Comment:
   I think it's best not to change the order of the previous packages



-- 
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: dev-unsubscribe@rocketmq.apache.org

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