зеркало из https://github.com/mozilla/gecko-dev.git
change 'debug' to a static
This commit is contained in:
Родитель
444aece009
Коммит
db373155cc
|
@ -29,7 +29,7 @@ public class SetupPlugin extends Plugin
|
|||
{
|
||||
static private Hashtable iniFileCache = new Hashtable();
|
||||
|
||||
final public void debug( String s )
|
||||
static final public void debug( String s )
|
||||
{
|
||||
System.out.println( s );
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче