forked from I2P_Developers/i2p.i2p
Undo revision 30dba6c75dcd43c7c67112558dad7b36504ba5a7
This commit is contained in:
@@ -604,7 +604,7 @@ public class IndexBean {
|
|||||||
public void setType(String type) {
|
public void setType(String type) {
|
||||||
_type = (type != null ? type.trim() : null);
|
_type = (type != null ? type.trim() : null);
|
||||||
}
|
}
|
||||||
public String getType() { return _type; }
|
String getType() { return _type; }
|
||||||
|
|
||||||
/** Short name of the tunnel */
|
/** Short name of the tunnel */
|
||||||
public void setName(String name) {
|
public void setName(String name) {
|
||||||
|
Reference in New Issue
Block a user