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_r142191105
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java
 ##########
 @@ -82,7 +89,7 @@
  * <p>The exceptions resulting from synchronous calls and error code resulting 
from
  * asynchronous calls can be found in the class {@link BKException}.
  */
-public class BookKeeper implements AutoCloseable {
+public class BookKeeper implements AutoCloseable, 
org.apache.bookkeeper.client.api.BookKeeper {
 
 Review comment:
   @reddycharan there will be a period the old api and new api will co-exist. 
after we deprecate the old api, the `client.BookKeeper` class will become an 
impl class only, when we can rename it to BookKeeperImpl.
 
----------------------------------------------------------------
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