mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-18 22:45:10 +01:00
Fix naming rules
- No underscore for java - When method names are the same, append 0 at the back
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user