提交 2d62e805 编写于 作者: I Igor Canadi

Merge pull request #504 from fyrz/RocksJava-Flush-Correction

[RocksJava] FlushOptions Correction
...@@ -24,7 +24,7 @@ public class FlushOptions extends RocksObject { ...@@ -24,7 +24,7 @@ public class FlushOptions extends RocksObject {
*/ */
public FlushOptions setWaitForFlush(boolean waitForFlush) { public FlushOptions setWaitForFlush(boolean waitForFlush) {
assert(isInitialized()); assert(isInitialized());
waitForFlush(nativeHandle_); setWaitForFlush(nativeHandle_, waitForFlush);
return this; return this;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册