Subclass WizardBean from EditBean to get access to the interfaceSet() method

This commit is contained in:
str4d
2012-01-26 03:53:43 +00:00
parent 6d0514b451
commit 9a5ea68682

View File

@@ -7,7 +7,7 @@ package net.i2p.i2ptunnel.web;
* it will be moved from the jar to the war.
* Usage by classes outside of i2ptunnel.war is deprecated.
*/
public class WizardBean extends IndexBean {
public class WizardBean extends EditBean {
private boolean _isClient;
public WizardBean() { super(); }