comment out test

This commit is contained in:
zzz
2012-10-09 10:16:05 +00:00
parent d477773054
commit f10478ceef

View File

@@ -849,6 +849,7 @@ public class Blocklist {
return Translate.getString(key, _context, BUNDLE_NAME);
}
/****
public static void main(String args[]) {
Blocklist b = new Blocklist();
if ( (args != null) && (args.length == 1) )
@@ -861,4 +862,5 @@ public class Blocklist {
System.out.println("Testing " + tests[i] + " returns " + b.isBlocklisted(tests[i]));
}
}
****/
}