I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e1b53a63 authored by str4d's avatar str4d
Browse files

Undo revision 126c1c30c0c02fd95719ffeae6d4709abb7bf18d

parent 776a8c5a
No related branches found
No related tags found
No related merge requests found
...@@ -21,36 +21,4 @@ public class WizardBean extends IndexBean { ...@@ -21,36 +21,4 @@ public class WizardBean extends IndexBean {
public boolean getIsClient() { public boolean getIsClient() {
return _isClient; 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;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment