Skip to content

Commit

Permalink
Reverting import change
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen committed Aug 18, 2014
1 parent ddb8039 commit 343e98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/rocksdb/RocksDB.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* All methods of this class could potentially throw RocksDBException, which
* indicates sth wrong at the rocksdb library side and the call failed.
*/
public class RocksDB extends org.rocksdb.RocksObject
public class RocksDB extends RocksObject
{

public static final int NOT_FOUND = -1;
Expand Down

0 comments on commit 343e98a

Please sign in to comment.