[RocksJava] FlushOptions Correction
SetWaitForFlush did not set flush properly.
This commit is contained in:
parent
5d1151deba
commit
eaf39568e5
@ -24,7 +24,7 @@ public class FlushOptions extends RocksObject {
|
||||
*/
|
||||
public FlushOptions setWaitForFlush(boolean waitForFlush) {
|
||||
assert(isInitialized());
|
||||
waitForFlush(nativeHandle_);
|
||||
setWaitForFlush(nativeHandle_, waitForFlush);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user