Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
congbo committed May 6, 2024
1 parent 131a89c commit b4a7b44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static BookKeeperBuilder newBuilder(final ClientConfiguration clientConfiguratio
CompletableFuture<LedgerMetadata> getLedgerMetadata(long ledgerId);

/**
* Return driver metadata service is available
* Return driver metadata service is available.
*
* @return the metadata service is available.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ default CompletableFuture<Boolean> isHealthCheckEnabled() {
}

/**
* Return driver metadata service is available
* Return driver metadata service is available.
*
* @return the metadata service is available.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
*/
package org.apache.bookkeeper.client.api;

import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import org.apache.bookkeeper.conf.ClientConfiguration;
import org.apache.bookkeeper.test.BookKeeperClusterTestCase;
import org.awaitility.Awaitility;
import org.junit.Test;

import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

/**
* Bookkeeper Client API driver metadata service available test.
*/
Expand Down

0 comments on commit b4a7b44

Please sign in to comment.