I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9a5ea686 authored by str4d's avatar str4d
Browse files

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

parent 6d0514b4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ package net.i2p.i2ptunnel.web; ...@@ -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(); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment