Names should be final.

This commit is contained in:
nboyd%atg.com 2001-06-12 20:35:48 +00:00
parent 237c92c0ac
commit c6c8d7500a

View File

@ -82,8 +82,8 @@ import org.mozilla.javascript.debug.*;
*/
public class Context {
public static String languageVersionProperty = "language version";
public static String errorReporterProperty = "error reporter";
public static final String languageVersionProperty = "language version";
public static final String errorReporterProperty = "error reporter";
/**
* Create a new Context.