Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonHxy committed Mar 24, 2024
1 parent f362987 commit b8d25bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ default void compact() throws IOException {}
* the lastKey in the range (not included)
*
*/
CloseableIterator<byte[]> keys(byte[] firstKey, byte[] lastKey) throws IOException ;
CloseableIterator<byte[]> keys(byte[] firstKey, byte[] lastKey) throws IOException;

/**
* Return an iterator object that can be used to sequentially scan through all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
import java.util.Map.Entry;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.locks.ReentrantReadWriteLock;

import org.apache.bookkeeper.bookie.storage.ldb.KeyValueStorageFactory.DbConfigType;
import org.apache.bookkeeper.conf.ServerConfiguration;
import org.rocksdb.BlockBasedTableConfig;
Expand Down

0 comments on commit b8d25bf

Please sign in to comment.