[freenet-cvs] r13948 - trunk/freenet/src/freenet/node

toad at freenetproject.org toad at freenetproject.org
Fri Jul 6 14:53:52 UTC 2007


Author: toad
Date: 2007-07-06 14:53:51 +0000 (Fri, 06 Jul 2007)
New Revision: 13948

Modified:
   trunk/freenet/src/freenet/node/FailureTableEntry.java
Log:
Why do we want to break here?

Modified: trunk/freenet/src/freenet/node/FailureTableEntry.java
===================================================================
--- trunk/freenet/src/freenet/node/FailureTableEntry.java	2007-07-06 14:49:49 UTC (rev 13947)
+++ trunk/freenet/src/freenet/node/FailureTableEntry.java	2007-07-06 14:53:51 UTC (rev 13948)
@@ -153,7 +153,6 @@
 				newRequestorTimes[toIndex] = now;
 				newRequestorBootIDs[toIndex] = pn.getBootID();
 				toIndex++;
-				break;
 			}
 		}
 		
@@ -241,7 +240,6 @@
 				newRequestedBootIDs[toIndex] = pn.getBootID();
 				newRequestedLocs[toIndex] = pn.getLocation().getValue();
 				toIndex++;
-				break;
 			}
 		}
 		




More information about the cvs mailing list