sijie commented on a change in pull request #510: Issue-605 BP-15 New CreateLedger API URL: https://github.com/apache/bookkeeper/pull/510#discussion_r142487006
########## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerDeleteOp.java ########## @@ -21,9 +21,14 @@ package org.apache.bookkeeper.client; +import java.util.concurrent.CompletableFuture; import java.util.concurrent.TimeUnit; +import java.util.concurrent.locks.ReentrantReadWriteLock; import org.apache.bookkeeper.client.AsyncCallback.DeleteCallback; +import static org.apache.bookkeeper.client.LedgerCreateOp.LOG; Review comment: move static import to just below package line ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
