mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
Add newline at end of file
This commit is contained in:
@@ -82,4 +82,4 @@ public class RestoreBackupableDB extends RocksObject {
|
||||
private native void purgeOldBackups0(long nativeHandle, int numBackupsToKeep);
|
||||
private native void deleteBackup0(long nativeHandle, long backupId);
|
||||
private native void dispose(long nativeHandle);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ public class RestoreOptions extends RocksObject {
|
||||
|
||||
private native void newRestoreOptions(boolean keepLogFiles);
|
||||
private native void dispose(long handle);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user