ChengyanOo commented on code in PR #17507:
URL: https://github.com/apache/kafka/pull/17507#discussion_r1808003027


##########
core/src/test/java/kafka/admin/ConfigCommandTest.java:
##########
@@ -1670,80 +1205,6 @@ private ConfigCommand.ConfigCommandOptions 
createOpts(String entityType, Optiona
         return new ConfigCommand.ConfigCommandOptions(toArray(optArray, 
nameArray, otherArgs));
     }
 
-    private void checkEntity(String entityType, Optional<String> entityName, 
String expectedEntityName, List<String> otherArgs) {
-        ConfigCommand.ConfigCommandOptions opts = createOpts(entityType, 
entityName, otherArgs);
-        opts.checkArgs();
-        ConfigCommand.ConfigEntity entity = ConfigCommand.parseEntity(opts);

Review Comment:
   Thank you for your review @chia7712, parseEntity had been removed.



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