Skip to content

Commit

Permalink
cleanable likewise should be final
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Nov 8, 2023
1 parent 20cbd56 commit ad52884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/sun/jna/NativeLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public long getSymbolAddress(long handle, String name, SymbolProvider parent) {
}
};

private Cleaner.Cleanable cleanable;
private final Cleaner.Cleanable cleanable;
private long handle;
private final String libraryName;
private final String libraryPath;
Expand Down

0 comments on commit ad52884

Please sign in to comment.