Author: toad
Date: 2006-12-14 18:27:42 +0000 (Thu, 14 Dec 2006)
New Revision: 11397

Modified:
   trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java
Log:
description

Modified: trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java
===================================================================
--- trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java     2006-12-14 
18:25:43 UTC (rev 11396)
+++ trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java     2006-12-14 
18:27:42 UTC (rev 11397)
@@ -13,8 +13,8 @@
        /** The plugin's short name (shouldn't usually have spaces, 
punctuation, author etc; one to three words StuckTogetherLikeThis) */
        public String shortName();

-       /** The plugin's long name (can have spaces, mention author or purpose, 
etc) */
-       public String longName();
+       /** The plugin's description or long name (can have spaces, mention 
author or purpose, etc) */
+       public String description();

        /** The plugin's version number. MUST BE AT LEAST INCREMENTED ON EVERY 
RELEASE. */
        public long version();


Reply via email to