I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f10478ce authored by zzz's avatar zzz
Browse files

comment out test

parent d4777730
No related branches found
No related tags found
No related merge requests found
......@@ -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]));
}
}
****/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment