forked from I2P_Developers/i2p.i2p
HostTxtParser: Comment out tests, beginning of a command-line tool
This commit is contained in:
@ -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();
|
||||
}
|
||||
****/
|
||||
}
|
||||
|
Reference in New Issue
Block a user