Undo revision 30dba6c75dcd43c7c67112558dad7b36504ba5a7

This commit is contained in:
str4d
2012-01-25 22:53:14 +00:00
parent e43182b842
commit 776a8c5a63

View File

@@ -604,7 +604,7 @@ public class IndexBean {
public void setType(String type) {
_type = (type != null ? type.trim() : null);
}
public String getType() { return _type; }
String getType() { return _type; }
/** Short name of the tunnel */
public void setName(String name) {