comment out main
This commit is contained in:
@ -646,6 +646,7 @@ public class ConnectionOptions extends I2PSocketOptionsImpl {
|
|||||||
return Boolean.valueOf(val).booleanValue();
|
return Boolean.valueOf(val).booleanValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/****
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
Properties p = new Properties();
|
Properties p = new Properties();
|
||||||
|
|
||||||
@ -656,4 +657,5 @@ public class ConnectionOptions extends I2PSocketOptionsImpl {
|
|||||||
c = new ConnectionOptions(new I2PSocketOptionsImpl(p));
|
c = new ConnectionOptions(new I2PSocketOptionsImpl(p));
|
||||||
System.out.println("opts: " + c);
|
System.out.println("opts: " + c);
|
||||||
}
|
}
|
||||||
|
****/
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user