change 'debug' to a static
git-svn-id: svn://10.0.0.236/trunk@4533 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user