Author: toad
Date: 2008-12-24 19:57:44 +0000 (Wed, 24 Dec 2008)
New Revision: 24789

Modified:
   branches/db4o/freenet/src/freenet/node/fcp/DirPutFile.java
Log:
More javadocs


Modified: branches/db4o/freenet/src/freenet/node/fcp/DirPutFile.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/DirPutFile.java  2008-12-24 
19:55:57 UTC (rev 24788)
+++ branches/db4o/freenet/src/freenet/node/fcp/DirPutFile.java  2008-12-24 
19:57:44 UTC (rev 24789)
@@ -74,6 +74,12 @@
                return new ManifestElement(n, getData(), getMIMEType(), 
getData().size());
        }
 
+       /**
+        * Remove the DirPutFile from the database. This would only be called 
if we had stored a ClientPut*DirMessage
+        * into the database without executing it, which never happens. 
+        * Maybe we should get rid and throw UnsupportedOperationException?
+        * @param container
+        */
        public abstract void removeFrom(ObjectContainer container);
 
 }

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

Reply via email to