[jboss-cvs] JBossCache/src/org/jboss/cache/eviction ...

Manik Surtani msurtani at jboss.com
Mon Jan 1 17:12:19 EST 2007


  User: msurtani
  Date: 07/01/01 17:12:19

  Modified:    src/org/jboss/cache/eviction  ExpirationAlgorithm.java
  Log:
  - FqnComparator should not be in the optimistic subpackage
  - Fixed move() related issues
  
  Revision  Changes    Path
  1.5       +1 -1      JBossCache/src/org/jboss/cache/eviction/ExpirationAlgorithm.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ExpirationAlgorithm.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/eviction/ExpirationAlgorithm.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ExpirationAlgorithm.java	30 Dec 2006 19:48:48 -0000	1.4
  +++ ExpirationAlgorithm.java	1 Jan 2007 22:12:19 -0000	1.5
  @@ -3,8 +3,8 @@
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   import org.jboss.cache.Fqn;
  +import org.jboss.cache.FqnComparator;
   import org.jboss.cache.Region;
  -import org.jboss.cache.optimistic.FqnComparator;
   
   import java.util.Iterator;
   import java.util.SortedSet;
  
  
  



More information about the jboss-cvs-commits mailing list