m1a2st commented on code in PR #17505:
URL: https://github.com/apache/kafka/pull/17505#discussion_r1802179319


##########
tools/src/main/java/org/apache/kafka/tools/reassign/ReassignPartitionsCommand.java:
##########
@@ -1409,8 +1409,8 @@ static ReassignPartitionsCommandOptions 
validateAndParseArgs(String[] args) {
         }
 
         OptionSpec<?> action = allActions.get(0);
-        
-        if (opts.options.has(opts.bootstrapServerOpt) && 
opts.options.has(opts.bootstrapControllerOpt)) 
+
+        if (opts.options.has(opts.bootstrapServerOpt) && 
opts.options.has(opts.bootstrapControllerOpt))

Review Comment:
   Please revert this  unnessary 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