Skip to content

Commit 343e98a

Browse files
author
Naveen
committed
Reverting import change
1 parent ddb8039 commit 343e98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/org/rocksdb/RocksDB.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* All methods of this class could potentially throw RocksDBException, which
2020
* indicates sth wrong at the rocksdb library side and the call failed.
2121
*/
22-
public class RocksDB extends org.rocksdb.RocksObject
22+
public class RocksDB extends RocksObject
2323
{
2424

2525
public static final int NOT_FOUND = -1;

0 commit comments

Comments
 (0)