Skip to content

Commit

Permalink
native static should be static native
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpaxton committed Oct 25, 2023
1 parent 1c00673 commit 2de68a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/main/java/org/rocksdb/OptionsUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ private static native void loadOptionsFromFile(long cfgHandle, String optionsFil
private static native String getLatestOptionsFileName(String dbPath, long envHandle)
throws RocksDBException;

private native static TableFormatConfig readTableFormatConfig(final long nativeHandle_);
private static native TableFormatConfig readTableFormatConfig(final long nativeHandle_);
}

0 comments on commit 2de68a4

Please sign in to comment.