Author: saces
Date: 2009-04-16 09:23:19 +0000 (Thu, 16 Apr 2009)
New Revision: 26884

Modified:
   trunk/freenet/src/freenet/node/fcp/GetPluginInfo.java
Log:
add missing @Override annotation

Modified: trunk/freenet/src/freenet/node/fcp/GetPluginInfo.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/GetPluginInfo.java       2009-04-16 
07:12:21 UTC (rev 26883)
+++ trunk/freenet/src/freenet/node/fcp/GetPluginInfo.java       2009-04-16 
09:23:19 UTC (rev 26884)
@@ -55,6 +55,7 @@
                }
        }
 
+       @Override
        public void removeFrom(ObjectContainer container) {
                container.delete(this);
        }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to