Fix naming rules

- No underscore for java
- When method names are the same, append 0 at the back
This commit is contained in:
김선우
2025-01-10 19:23:38 +09:00
parent d31ccf2933
commit 84c987d42b
3 changed files with 14 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ const ERROR_CODE_ETC: i32 = 9999;
#[no_mangle]
#[allow(clippy::arc_with_non_send_sync)]
pub extern "system" fn Java_org_github_tursodatabase_core_LimboDB__1open_1utf8<'local>(
pub extern "system" fn Java_org_github_tursodatabase_core_LimboDB_openUtf8<'local>(
mut env: JNIEnv<'local>,
obj: JObject<'local>,
file_name_byte_arr: JByteArray<'local>,