AndrewJSchofield commented on code in PR #22760:
URL: https://github.com/apache/kafka/pull/22760#discussion_r3527451165


##########
tools/src/main/java/org/apache/kafka/tools/MetadataQuorumCommand.java:
##########
@@ -168,7 +168,7 @@ private static Properties getProperties(File 
optionalCommandConfig) throws Terse
             return new Properties();
         } else {
             if (!optionalCommandConfig.exists())
-                throw new TerseException("Properties file " + 
optionalCommandConfig.getPath() + " does not exists!");
+                throw new TerseException("Properties file " + 
optionalCommandConfig.getPath() + " does not exist!");

Review Comment:
   It seems to me that this is a serious tool and an exclamation mark is not 
ideal. Please change it to just `does not exist.` with a period instead.



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