Update of /cvsroot/freenet/freenet/src/freenet/node/rt
In directory sc8-pr-cvs1:/tmp/cvs-serv31287/src/freenet/node/rt

Modified Files:
        NGRoutingTable.java 
Log Message:
Now, wheren't this 'synchronized' supposed to be removed a little while back. At least 
the method was prepared for that :)

Index: NGRoutingTable.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/rt/NGRoutingTable.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -w -r1.18 -r1.19
--- NGRoutingTable.java 25 Oct 2003 18:28:00 -0000      1.18
+++ NGRoutingTable.java 26 Oct 2003 01:26:21 -0000      1.19
@@ -225,7 +225,7 @@
                return estimators.get(id) != null;
        }
        
-       public synchronized Routing route(Key k, int htl, long size, 
+       public Routing route(Key k, int htl, long size, 
                                                                          boolean 
force, 
                                                                          boolean 
isInsert) {
                Vector v = new Vector(maxNodes);

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to