Merge "NoteDbUpdateManager: Remove unused flush method"
This commit is contained in:
@@ -280,16 +280,6 @@ public class NoteDbUpdateManager implements AutoCloseable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void flush() throws IOException {
|
|
||||||
checkNotExecuted();
|
|
||||||
if (changeRepo != null) {
|
|
||||||
changeRepo.flush();
|
|
||||||
}
|
|
||||||
if (allUsersRepo != null) {
|
|
||||||
allUsersRepo.flush();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
public BatchRefUpdate execute() throws IOException {
|
public BatchRefUpdate execute() throws IOException {
|
||||||
return execute(false);
|
return execute(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user