We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb8039 commit 343e98aCopy full SHA for 343e98a
java/org/rocksdb/RocksDB.java
@@ -19,7 +19,7 @@
19
* All methods of this class could potentially throw RocksDBException, which
20
* indicates sth wrong at the rocksdb library side and the call failed.
21
*/
22
-public class RocksDB extends org.rocksdb.RocksObject
+public class RocksDB extends RocksObject
23
{
24
25
public static final int NOT_FOUND = -1;
0 commit comments