KevinZTW commented on code in PR #15884:
URL: https://github.com/apache/kafka/pull/15884#discussion_r1594136562


##########
tools/src/test/java/org/apache/kafka/tools/FeatureCommandTest.java:
##########
@@ -160,28 +154,26 @@ private String outputWithoutEpoch(String output) {
         int pos = output.indexOf("Epoch: ");
         return (pos > 0) ? output.substring(0, pos) : output;
     }
-}
 
-class FeatureCommandUnitTest {

Review Comment:
   thanks for the advice! just add it back and do feel it clearer as you said 😄 



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to