[freenet-cvs] r11881 - trunk/freenet/src/freenet/client

nextgens at freenetproject.org nextgens at freenetproject.org
Wed Feb 21 11:57:48 UTC 2007


Author: nextgens
Date: 2007-02-21 11:57:47 +0000 (Wed, 21 Feb 2007)
New Revision: 11881

Modified:
   trunk/freenet/src/freenet/client/RealArchiveStoreItem.java
Log:
fix the trunk

Modified: trunk/freenet/src/freenet/client/RealArchiveStoreItem.java
===================================================================
--- trunk/freenet/src/freenet/client/RealArchiveStoreItem.java	2007-02-21 04:12:37 UTC (rev 11880)
+++ trunk/freenet/src/freenet/client/RealArchiveStoreItem.java	2007-02-21 11:57:47 UTC (rev 11881)
@@ -35,7 +35,7 @@
 		underBucket.dontDeleteOnFinalize();
 		underBucket.setReadOnly();
 		this.myFilename = underBucket.getFile();
-		this.manager.cachedData += spaceUsed();
+		this.manager.incrementSpace(spaceUsed());
 	}
 
 	/**
@@ -71,4 +71,4 @@
 	Bucket getDataOrThrow() throws ArchiveFailureException {
 		return dataAsBucket();
 	}
-}
\ No newline at end of file
+}




More information about the cvs mailing list