Author: toad
Date: 2009-01-28 17:17:00 +0000 (Wed, 28 Jan 2009)
New Revision: 25351

Modified:
   branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
Log:
Javadocs


Modified: 
branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java    
2009-01-28 17:13:55 UTC (rev 25350)
+++ branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java    
2009-01-28 17:17:00 UTC (rev 25351)
@@ -692,6 +692,15 @@
                return ARCHIVE_TYPE.ZIP.mimeTypes[0];
        }
 
+       /**
+        * Start inserts for unresolved (too big) Metadata's.
+        * @param e
+        * @param container
+        * @param context
+        * @return
+        * @throws InsertException
+        * @throws IOException
+        */
        private boolean resolve(MetadataUnresolvedException e, ObjectContainer 
container, ClientContext context) throws InsertException, IOException {
                Metadata[] metas = e.mustResolve;
                boolean mustWait = false;

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

Reply via email to