ivmaykov commented on a change in pull request #728: ZOOKEEPER-3160: Custom User SSLContext URL: https://github.com/apache/zookeeper/pull/728#discussion_r249220918
########## File path: zookeeper-server/src/main/java/org/apache/zookeeper/common/X509Util.java ########## @@ -17,10 +17,28 @@ */ package org.apache.zookeeper.common; +import org.apache.zookeeper.common.X509Exception.KeyManagerException; Review comment: nit: revert import reorder? Or fix your import organizer to do java.* -> javax.* -> everything else ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services