areyouok commented on code in PR #4338:
URL: https://github.com/apache/rocketmq/pull/4338#discussion_r885638851


##########
broker/src/main/java/org/apache/rocketmq/broker/processor/EndTransactionProcessor.java:
##########
@@ -55,7 +55,7 @@ public RemotingCommand processRequest(ChannelHandlerContext 
ctx, RemotingCommand
         RemotingCommandException {
         final RemotingCommand response = 
RemotingCommand.createResponseCommand(null);
         final EndTransactionRequestHeader requestHeader =
-            
(EndTransactionRequestHeader)request.decodeCommandCustomHeader(EndTransactionRequestHeader.class);
+            (EndTransactionRequestHeader) 
request.decodeCommandCustomHeader(EndTransactionRequestHeader.class);

Review Comment:
   remove useless change



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