anmolnar commented on a change in pull request #924: ZOOKEEPER-3371: Port unification for Jetty admin server URL: https://github.com/apache/zookeeper/pull/924#discussion_r299044473
########## File path: zookeeper-server/src/test/java/org/apache/zookeeper/server/admin/JettyAdminServerTest.java ########## @@ -19,27 +19,53 @@ package org.apache.zookeeper.server.admin; import java.io.BufferedReader; +import java.io.File; import java.io.IOException; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.net.URL; +import javax.net.ssl.HostnameVerifier; +import javax.net.ssl.HttpsURLConnection; +import javax.net.ssl.SSLSession; +import javax.net.ssl.SSLSocketFactory; +import org.apache.zookeeper.common.KeyStoreFileType; Review comment: There're multiple unused imports in this file. Please remove them. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
