kezhuw commented on code in PR #2369:
URL: https://github.com/apache/zookeeper/pull/2369#discussion_r3019648738


##########
zookeeper-server/src/main/java/org/apache/zookeeper/ZooKeeperMain.java:
##########
@@ -332,7 +333,6 @@ void run() throws IOException, InterruptedException {
                 | InstantiationException e
             ) {
                 LOG.debug("Unable to start jline", e);

Review Comment:
   ```suggestion
                   if (jlinemissing) {
                       LOG.debug("Unable to start jline", e);
                   }
   ```



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