mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
Made Sys.getLibraryName() private
This commit is contained in:
parent
b57ff7cc22
commit
59a6cc7b73
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ public final class Sys {
|
|||
/**
|
||||
* @return the name of the native library to load
|
||||
*/
|
||||
public static String getLibraryName() {
|
||||
private static String getLibraryName() {
|
||||
return LIBRARY_NAME;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue