From 4fa89d5e86ce9c36e5ce3939918b41585414e069 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sat, 3 Jul 2010 13:38:13 +0000
Subject: [PATCH] javadoc

---
 apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/EditBean.java  | 4 ++++
 apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/EditBean.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/EditBean.java
index e6db8ae3d7..38bc8b4db9 100644
--- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/EditBean.java
+++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/EditBean.java
@@ -18,6 +18,10 @@ import net.i2p.i2ptunnel.TunnelControllerGroup;
 
 /**
  * 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 EditBean() { super(); }
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 b094527347..2a77b9be8a 100644
--- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java
+++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java
@@ -31,6 +31,9 @@ import net.i2p.util.Log;
 /**
  * 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 {
     protected I2PAppContext _context;
-- 
GitLab