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

Skip to content
Snippets Groups Projects
Commit 4fa89d5e authored by zzz's avatar zzz
Browse files

javadoc

parent 63ece7e1
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,10 @@ import net.i2p.i2ptunnel.TunnelControllerGroup; ...@@ -18,6 +18,10 @@ import net.i2p.i2ptunnel.TunnelControllerGroup;
/** /**
* Ugly little accessor for the edit page * Ugly little accessor for the edit page
*
* Warning - This class is not part of the i2ptunnel API, and at some point
* it will be moved from the jar to the war.
* Usage by classes outside of i2ptunnel.war is deprecated.
*/ */
public class EditBean extends IndexBean { public class EditBean extends IndexBean {
public EditBean() { super(); } public EditBean() { super(); }
......
...@@ -31,6 +31,9 @@ import net.i2p.util.Log; ...@@ -31,6 +31,9 @@ import net.i2p.util.Log;
/** /**
* Simple accessor for exposing tunnel info, but also an ugly form handler * Simple accessor for exposing tunnel info, but also an ugly form handler
* *
* Warning - This class is not part of the i2ptunnel API, and at some point
* it will be moved from the jar to the war.
* Usage by classes outside of i2ptunnel.war is deprecated.
*/ */
public class IndexBean { public class IndexBean {
protected I2PAppContext _context; protected I2PAppContext _context;
......
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