Let Platform.DEBUG_CLASS_NAME be public and mutable.

This commit is contained in:
James Roseborough
2008-02-21 23:38:23 +00:00
parent c170cd3fa0
commit 68eb650ab9

View File

@@ -37,7 +37,7 @@ import java.io.Reader;
*/
abstract public class Platform {
protected static final String DEBUG_CLASS_NAME = "org.luaj.debug.DebugLuaState";
public static String DEBUG_CLASS_NAME = "org.luaj.debug.DebugLuaState";
public static final String PROPERTY_LUAJ_DEBUG = "Luaj-Debug";
public static final String PROPERTY_LUAJ_DEBUG_SUSPEND_AT_START = "Luaj-Debug-SuspendAtStart";