提交 45e756f0 编写于 作者: F fyrz

[RocksJava] Minor correction to the previous pull request merge

上级 f94f1a97
......@@ -23,7 +23,7 @@ public class RocksIterator extends RocksObject {
super();
nativeHandle_ = nativeHandle;
// rocksDB must point to a valid RocksDB instance.
assert(rocksDB);
assert(rocksDB != null);
// RocksIterator must hold a reference to the related RocksDB instance
// to guarantee that while a GC cycle starts RocksDBIterator instances
// are freed prior to RocksDB instances.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册