WJL3333 commented on a change in pull request #3965:
URL: https://github.com/apache/rocketmq/pull/3965#discussion_r826577169



##########
File path: 
remoting/src/main/java/org/apache/rocketmq/remoting/protocol/RemotingCommand.java
##########
@@ -232,13 +232,11 @@ public void writeCustomHeader(CommandCustomHeader 
customHeader) {
     }
 
     public CommandCustomHeader decodeCommandCustomHeader(
-        Class<? extends CommandCustomHeader> classHeader) throws 
RemotingCommandException {
+            Class<? extends CommandCustomHeader> classHeader) throws 
RemotingCommandException {

Review comment:
       done.

##########
File path: 
remoting/src/main/java/org/apache/rocketmq/remoting/protocol/RemotingCommand.java
##########
@@ -111,7 +112,7 @@ public static RemotingCommand createResponseCommand(Class<? 
extends CommandCusto
     }
 
     public static RemotingCommand createResponseCommand(int code, String 
remark,
-        Class<? extends CommandCustomHeader> classHeader) {
+                                                        Class<? extends 
CommandCustomHeader> classHeader) {

Review comment:
       done.




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