HostTxtParser: Comment out tests, beginning of a command-line tool

This commit is contained in:
zzz
2016-08-19 17:20:46 +00:00
parent be5fdea5e1
commit b0789d45f3
2 changed files with 38 additions and 1 deletions

View File

@ -436,6 +436,7 @@ public class HostTxtEntry {
/**
* Usage: HostTxtEntry [-i] [-x] [hostname.i2p] [key=val]...
*/
/****
public static void main(String[] args) throws Exception {
boolean inner = false;
boolean remove = false;
@ -531,4 +532,5 @@ public class HostTxtEntry {
//out.write("Test passed\n");
//out.flush();
}
****/
}