eolivelli commented on a change in pull request #510: Issue-605 BP-15 New 
CreateLedger API
URL: https://github.com/apache/bookkeeper/pull/510#discussion_r140977364
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerDeleteOp.java
 ##########
 @@ -94,4 +97,42 @@ public void safeOperationComplete(int rc, Void result) {
     public String toString() {
         return String.format("LedgerDeleteOp(%d)", ledgerId);
     }
+
+    public static class DeleteBuilderImpl  implements DeleteBuilder {
+
+        private long builderLedgerId = -1;
 
 Review comment:
   in this case we do not need a Long, it is enough a 'long'. The same is for 
OpenBuilder
 
----------------------------------------------------------------
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

Reply via email to