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

Manik Surtani msurtani at jboss.com
Wed Jan 31 08:05:44 EST 2007


  User: msurtani
  Date: 07/01/31 08:05:44

  Modified:    src/org/jboss/cache/optimistic  Tag: Branch_JBossCache_1_4_0
                        DataVersion.java
  Log:
  DV checks changed
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +3 -1      JBossCache/src/org/jboss/cache/optimistic/DataVersion.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DataVersion.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/optimistic/DataVersion.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -b -r1.2 -r1.2.2.1
  --- DataVersion.java	8 Apr 2006 20:30:08 -0000	1.2
  +++ DataVersion.java	31 Jan 2007 13:05:44 -0000	1.2.2.1
  @@ -18,7 +18,9 @@
   public interface DataVersion extends Serializable
   {
       /**
  -     * Returns true if this is a newer version than <code>other</code>.
  +     * Returns true if this is a newer version than <code>other</code>.  There is no guarantee that the DataVersion
  +     * passed in will be of the same implementation, and as such, it is up to the implementation to perform
  +     * any type checking if needed before comparison.
        */
       public boolean newerThan(DataVersion other);
   }
  
  
  



More information about the jboss-cvs-commits mailing list