svn commit: r788079 - /jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache.java
[email protected] Wed, 24 Jun 2009 16:43:37 -0000
| Newsgroups | gmane.comp.jakarta.turbine.jcs.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: asmuts
Date: Wed Jun 24 16:43:37 2009
New Revision: 788079
URL: http://svn.apache.org/viewvc?rev=788079&view=rev
Log:
removing an empty line
Modified:
jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache.java
Modified: jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache.java?rev=788079&r1=788078&r2=788079&view=diff
==============================================================================
--- jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache.java (original)
+++ jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache.java Wed Jun 24 16:43:37 2009
@@ -528,7 +528,7 @@
ded.len = data.length;
}
else
- {
+ {
// we need this to compare in the recycle bin
ded = new IndexedDiskElementDescriptor( dataFile.length(), data.length );
@@ -1157,7 +1157,6 @@
if ( doRecycle )
{
-
recycle.add( ded );
if ( log.isDebugEnabled() )
{
@@ -1229,9 +1228,9 @@
* the free space. </li> <li>Release the write-lock. This allows elements to still be accessible
* during optimization.</li>
* </ol>
- * <li>Obtain the write-lock.</li> <li>All queued puts are made at the end of the file. Optimize
- * these under a single write-lock.</li> <li>Truncate the file.</li> <li>Release the write-lock.
- * </li> <li>Restore system to standard operation.</li>
+ * </li> <li>Obtain the write-lock.</li> <li>All queued puts are made at the end of the file.
+ * Optimize these under a single write-lock.</li> <li>Truncate the file.</li> <li>Release the
+ * write-lock. </li> <li>Restore system to standard operation.</li>
* </ol>
*/
protected void optimizeFile()