Author: toad
Date: 2008-03-21 19:23:17 +0000 (Fri, 21 Mar 2008)
New Revision: 18687
Modified:
trunk/freenet/src/freenet/node/NodeClientCore.java
Log:
indent
Modified: trunk/freenet/src/freenet/node/NodeClientCore.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeClientCore.java 2008-03-21 19:23:03 UTC
(rev 18686)
+++ trunk/freenet/src/freenet/node/NodeClientCore.java 2008-03-21 19:23:17 UTC
(rev 18687)
@@ -963,7 +963,7 @@
} else {
if(cache) {
try {
- node.storeInsert(block);
+ node.storeInsert(block);
} catch (KeyCollisionException e) {
throw new
LowLevelPutException(LowLevelPutException.COLLISION);
}