提交 b830bb93 编写于 作者: A Ankit Gupta

Add newline at end of file

上级 c92425e0
......@@ -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);
}
\ No newline at end of file
}
......@@ -35,4 +35,4 @@ public class RestoreOptions extends RocksObject {
private native void newRestoreOptions(boolean keepLogFiles);
private native void dispose(long handle);
}
\ No newline at end of file
}
......@@ -146,4 +146,4 @@ void Java_org_rocksdb_RestoreBackupableDB_dispose(JNIEnv* env, jobject jobj,
delete ropt;
rocksdb::RestoreBackupableDBJni::setHandle(env, jobj, nullptr);
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册