Made Sys.getLibraryName() private

This commit is contained in:
Elias Naur 2005-01-18 12:53:05 +00:00
parent b57ff7cc22
commit 59a6cc7b73
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}