[jbosscache-commits] JBoss Cache SVN: r7628 - in core/branches/flat/src/main/java/org/horizon/eviction/algorithms: nullalgo and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Feb 2 21:16:02 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-02-02 21:16:01 -0500 (Mon, 02 Feb 2009)
New Revision: 7628

Added:
   core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo/
Removed:
   core/branches/flat/src/main/java/org/horizon/eviction/algorithms/null/
Modified:
   core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo/NullEvictionAlgorithm.java
   core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo/NullEvictionAlgorithmConfig.java
   core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo/NullEvictionQueue.java
Log:
Eviction overhaul, phase 1

Copied: core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo (from rev 7627, core/branches/flat/src/main/java/org/horizon/eviction/algorithms/null)


Property changes on: core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo
___________________________________________________________________
Name: svn:mergeinfo
   + 

Modified: core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo/NullEvictionAlgorithm.java
===================================================================
--- core/branches/flat/src/main/java/org/horizon/eviction/algorithms/null/NullEvictionAlgorithm.java	2009-02-03 02:12:24 UTC (rev 7627)
+++ core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo/NullEvictionAlgorithm.java	2009-02-03 02:16:01 UTC (rev 7628)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.horizon.eviction.algorithms.NULL;
+package org.horizon.eviction.algorithms.nullalgo;
 
 import org.horizon.Cache;
 import org.horizon.config.EvictionAlgorithmConfig;

Modified: core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo/NullEvictionAlgorithmConfig.java
===================================================================
--- core/branches/flat/src/main/java/org/horizon/eviction/algorithms/null/NullEvictionAlgorithmConfig.java	2009-02-03 02:12:24 UTC (rev 7627)
+++ core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo/NullEvictionAlgorithmConfig.java	2009-02-03 02:16:01 UTC (rev 7628)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.horizon.eviction.algorithms.NULL;
+package org.horizon.eviction.algorithms.nullalgo;
 
 import org.horizon.config.AbstractNamedCacheConfigurationBean;
 import org.horizon.config.ConfigurationException;

Modified: core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo/NullEvictionQueue.java
===================================================================
--- core/branches/flat/src/main/java/org/horizon/eviction/algorithms/null/NullEvictionQueue.java	2009-02-03 02:12:24 UTC (rev 7627)
+++ core/branches/flat/src/main/java/org/horizon/eviction/algorithms/nullalgo/NullEvictionQueue.java	2009-02-03 02:16:01 UTC (rev 7628)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.horizon.eviction.algorithms.NULL;
+package org.horizon.eviction.algorithms.nullalgo;
 
 import org.horizon.eviction.EntryEvictionData;
 import org.horizon.eviction.EvictionQueue;




More information about the jbosscache-commits mailing list