Author: toad
Date: 2006-12-14 20:57:24 +0000 (Thu, 14 Dec 2006)
New Revision: 11405

Modified:
   trunk/freenet/src/freenet/plugin/api/package-info.java
   trunk/freenet/src/freenet/support/api/package-info.java
Log:
@see

Modified: trunk/freenet/src/freenet/plugin/api/package-info.java
===================================================================
--- trunk/freenet/src/freenet/plugin/api/package-info.java      2006-12-14 
20:55:09 UTC (rev 11404)
+++ trunk/freenet/src/freenet/plugin/api/package-info.java      2006-12-14 
20:57:24 UTC (rev 11405)
@@ -5,5 +5,7 @@
  * Needs* interfaces depending on what services they require from the node. 
These 
  * interfaces indicate to the node what services are required by the plugin; 
the node
  * may ask the user whether (s)he wants to allow the plugin to use these 
services.
+ * 
+ * @see freenet.support.api
  */
 package freenet.plugin.api;
\ No newline at end of file

Modified: trunk/freenet/src/freenet/support/api/package-info.java
===================================================================
--- trunk/freenet/src/freenet/support/api/package-info.java     2006-12-14 
20:55:09 UTC (rev 11404)
+++ trunk/freenet/src/freenet/support/api/package-info.java     2006-12-14 
20:57:24 UTC (rev 11405)
@@ -4,5 +4,7 @@
  * classes too. Anything here must not support more functionality than is 
really
  * necessary; it must not be possible for a plugin to escalate its privelidges
  * through this API.
+ * 
+ * @see freenet.plugin.api
  */
 package freenet.support.api;
\ No newline at end of file


Reply via email to