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;
}
}