Skip to content

Commit

Permalink
Fix rocksjni function name
Browse files Browse the repository at this point in the history
  • Loading branch information
mszeszko-meta committed Jan 10, 2025
1 parent 60c4cdd commit 22f7123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/rocksjni/rocksjni.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3245,7 +3245,7 @@ jlong Java_org_rocksdb_RocksDB_getUpdatesSince(JNIEnv* env, jclass,
* Method: deprecated_deleteFile
* Signature: (JLjava/lang/String;)V
*/
void Java_org_rocksdb_RocksDB_deprecated_deleteFile(JNIEnv* env, jclass,
void Java_org_rocksdb_RocksDB_deprecated_1deleteFile(JNIEnv* env, jclass,
jlong jdb_handle,
jstring jname) {
auto* db = reinterpret_cast<ROCKSDB_NAMESPACE::DB*>(jdb_handle);
Expand Down

0 comments on commit 22f7123

Please sign in to comment.