ztzg commented on a change in pull request #1526:
URL: https://github.com/apache/zookeeper/pull/1526#discussion_r526222948



##########
File path: 
zookeeper-server/src/main/java/org/apache/zookeeper/server/ZooKeeperServerMain.java
##########
@@ -239,7 +239,28 @@ ServerCnxnFactory getCnxnFactory() {
 
     // VisibleForTesting
     ServerCnxnFactory getSecureCnxnFactory() {
-        return secureCnxnFactory;
+    }

Review comment:
       The `return secureCnxnFactory;` somehow got swallowed here, causing CI 
errors.




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


Reply via email to