sijie commented on a change in pull request #183: BOOKKEEPER-588 SSL Support for Bookkeeper URL: https://github.com/apache/bookkeeper/pull/183#discussion_r124883485
########## File path: bookkeeper-server/src/test/java/org/apache/bookkeeper/auth/TestAuth.java ########## @@ -529,7 +526,7 @@ public void init(ServerConfiguration conf) { public BookieAuthProvider newProvider(BookieConnectionPeer addr, final AuthCallbacks.GenericCallback<Void> completeCb) { return new BookieAuthProvider() { - public void process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb) { + public void process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb) { Review comment: remove tailing spaces. ---------------------------------------------------------------- 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