You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2020/04/19 06:26:55 UTC

[GitHub] [bookkeeper] eolivelli commented on a change in pull request #2313: Issue 2310: Adds the autorecovery status service.

eolivelli commented on a change in pull request #2313: Issue 2310: Adds the autorecovery status service.
URL: https://github.com/apache/bookkeeper/pull/2313#discussion_r410829904
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/server/http/BKHttpServiceProvider.java
 ##########
 @@ -199,7 +200,7 @@ public HttpEndpointService provideHttpEndpointService(ApiType type) {
                 return new DeleteLedgerService(configuration);
             case LIST_LEDGER:
                 return new ListLedgerService(configuration, bookieServer);
-            case GET_LEDGER_META:
+            case  GET_LEDGER_META:
 
 Review comment:
   Nit: remove extra space

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services