Author: toad
Date: 2008-06-16 20:22:14 +0000 (Mon, 16 Jun 2008)
New Revision: 20381

Modified:
   branches/db4o/freenet/src/freenet/node/fcp/FCPConnectionHandler.java
Log:
Document a bit

Modified: branches/db4o/freenet/src/freenet/node/fcp/FCPConnectionHandler.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/FCPConnectionHandler.java        
2008-06-16 20:07:52 UTC (rev 20380)
+++ branches/db4o/freenet/src/freenet/node/fcp/FCPConnectionHandler.java        
2008-06-16 20:22:14 UTC (rev 20381)
@@ -199,6 +199,10 @@
                return clientName;
        }

+       /**
+        * Start a ClientGet. If there is an identifier collision, queue an 
IdentifierCollisionMessage.
+        * Hence, we can run stuff on other threads if we need to, as long as 
we send the right messages.
+        */
        public void startClientGet(ClientGetMessage message) {
                String id = message.identifier;
                ClientGet cg = null;


Reply via email to