*cough*
This commit is contained in:
@ -448,7 +448,6 @@ public class IndexBean {
|
|||||||
/** I2CP host the router is on */
|
/** I2CP host the router is on */
|
||||||
public void setClientHost(String host) {
|
public void setClientHost(String host) {
|
||||||
_i2cpHost = (host != null ? host.trim() : null);
|
_i2cpHost = (host != null ? host.trim() : null);
|
||||||
System.out.println("set client host [" + host + "]");
|
|
||||||
}
|
}
|
||||||
/** I2CP port the router is on */
|
/** I2CP port the router is on */
|
||||||
public void setClientport(String port) {
|
public void setClientport(String port) {
|
||||||
|
Reference in New Issue
Block a user