kezhuw commented on code in PR #2200: URL: https://github.com/apache/zookeeper/pull/2200#discussion_r1811842648
########## zookeeper-server/src/main/java/org/apache/zookeeper/client/FourLetterWordMain.java: ########## @@ -94,6 +94,33 @@ public static String send4LetterWord( return send4LetterWord(host, port, cmd, secure, timeout, null); } + /** + * Send the 4letterword + * @param host the destination host + * @param port the destination port + * @param cmd the 4letterword + * @param timeout in milliseconds, maximum time to wait while connecting/reading data + * @param clientConfig client config Review Comment: ```suggestion * @param clientConfig client config * @param timeout in milliseconds, maximum time to wait while connecting/reading data ``` -- 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: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org