[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    svn commit: r1717287 - /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/j
From:       tv () apache ! org
Date:       2015-11-30 16:01:31
Message-ID: 20151130160131.9CC7E3A0309 () svn01-us-west ! apache ! org
[Download RAW message or body]

Author: tv
Date: Mon Nov 30 16:01:31 2015
New Revision: 1717287

URL: http://svn.apache.org/viewvc?rev=1717287&view=rev
Log:
Reformat

Modified:
    commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/lru/LRUMemoryCache.java


Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/lru/LRUMemoryCache.java
                
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/src/main/j \
ava/org/apache/commons/jcs/engine/memory/lru/LRUMemoryCache.java?rev=1717287&r1=1717286&r2=1717287&view=diff
 ==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/lru/LRUMemoryCache.java \
                (original)
+++ commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/lru/LRUMemoryCache.java \
Mon Nov 30 16:01:31 2015 @@ -19,12 +19,12 @@ package org.apache.commons.jcs.engine.me
  * under the License.
  */
 
+import java.io.IOException;
+
 import org.apache.commons.jcs.engine.behavior.ICacheElement;
 import org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache;
 import org.apache.commons.jcs.engine.memory.util.MemoryElementDescriptor;
 
-import java.io.IOException;
-
 /**
  * A fast reference management system. The least recently used items move to the end \
                of the list and
  * get spooled to disk if the cache hub is configured to use a disk cache. Most of \
the cache


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic