yx9o commented on code in PR #10590:
URL: https://github.com/apache/rocketmq/pull/10590#discussion_r3526390147
##########
tools/src/main/java/org/apache/rocketmq/tools/command/message/DecodeMessageIdCommand.java:
##########
@@ -25,7 +25,7 @@
import org.apache.rocketmq.tools.command.SubCommand;
import org.apache.rocketmq.tools.command.SubCommandException;
-public class DecodeMessageIdCommond implements SubCommand {
+public class DecodeMessageIdCommand implements SubCommand {
Review Comment:
Good point. Since this command has a clear purpose but is currently not
registered, I prefer keeping it and registering it in MQAdminStartup instead of
removing 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]