forked from I2P_Developers/i2p.i2p
Undo revision 126c1c30c0c02fd95719ffeae6d4709abb7bf18d
This commit is contained in:
@ -21,36 +21,4 @@ public class WizardBean extends IndexBean {
|
||||
public boolean getIsClient() {
|
||||
return _isClient;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return _name;
|
||||
}
|
||||
|
||||
public String getDescription() {
|
||||
return _description;
|
||||
}
|
||||
|
||||
public String getProxyList() {
|
||||
return _proxyList;
|
||||
}
|
||||
|
||||
public String getTargetDestination() {
|
||||
return _targetDestination;
|
||||
}
|
||||
|
||||
public String getTargetHost() {
|
||||
return _targetHost;
|
||||
}
|
||||
|
||||
public String getTargetPort() {
|
||||
return _targetPort;
|
||||
}
|
||||
|
||||
public String getPort() {
|
||||
return _port;
|
||||
}
|
||||
|
||||
public String getReachableBy() {
|
||||
return _reachableBy;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user