Author: saces
Date: 2009-03-27 10:06:07 +0000 (Fri, 27 Mar 2009)
New Revision: 26223

Modified:
   branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
Log:
add missing @Override annotation

Modified: 
branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java    
2009-03-26 23:02:51 UTC (rev 26222)
+++ branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java    
2009-03-27 10:06:07 UTC (rev 26223)
@@ -124,6 +124,7 @@
                                container.store(this);
                }
                
+               @Override
                public void cancel(ObjectContainer container, ClientContext 
context) {
                        if(Logger.shouldLog(Logger.MINOR, this))
                                Logger.minor(this, "Cancelling "+this, new 
Exception("debug"));
@@ -457,6 +458,7 @@
                        if(persistent) container.store(this);
                }
                
+               @Override
                public void removeFrom(ObjectContainer container, ClientContext 
context) {
                        if(logMINOR) Logger.minor(this, "Removing "+this);
                        SingleFileInserter oldSFI;

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

Reply via email to