Reverting import change

This commit is contained in:
Naveen 2014-08-18 14:08:10 -07:00
parent ddb8039e3a
commit 343e98a7d1

View File

@ -19,7 +19,7 @@ import org.rocksdb.NativeLibraryLoader;
* 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;