diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java index d28a103e9..3b658b65e 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java @@ -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) {