forked from I2P_Developers/i2p.i2p
Subclass WizardBean from EditBean to get access to the interfaceSet() method
This commit is contained in:
@@ -7,7 +7,7 @@ package net.i2p.i2ptunnel.web;
|
|||||||
* it will be moved from the jar to the war.
|
* it will be moved from the jar to the war.
|
||||||
* Usage by classes outside of i2ptunnel.war is deprecated.
|
* Usage by classes outside of i2ptunnel.war is deprecated.
|
||||||
*/
|
*/
|
||||||
public class WizardBean extends IndexBean {
|
public class WizardBean extends EditBean {
|
||||||
private boolean _isClient;
|
private boolean _isClient;
|
||||||
public WizardBean() { super(); }
|
public WizardBean() { super(); }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user