Added final modifier to a constant in LWJGLInstaller

This commit is contained in:
Elias Naur 2006-07-11 18:38:46 +00:00
parent 72664f2d78
commit 3768fdf891
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class LWJGLInstaller {
private static final byte[] COPY_BUFFER = new byte[4096];
/** Directory all lwjgl installations go into */
public static String MASTER_INSTALL_DIR = ".lwjglinstall";
public static final String MASTER_INSTALL_DIR = ".lwjglinstall";
/** Name of the native jar we're expected to load and install */
public static final String NATIVES_PLATFORM_JAR = "/" + LWJGLUtil.getPlatformName() + "_natives.jar";