[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo/util ...

Ben Wang bwang at jboss.com
Sun Jul 30 22:44:42 EDT 2006


  User: bwang   
  Date: 06/07/30 22:44:42

  Modified:    src-50/org/jboss/cache/pojo/util  MethodCall.java
  Log:
  JBCACHE-686 Colelction handles undo properly.
  
  Revision  Changes    Path
  1.2       +2 -2      JBossCache/src-50/org/jboss/cache/pojo/util/MethodCall.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodCall.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/util/MethodCall.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- MethodCall.java	7 Jul 2006 09:34:41 -0000	1.1
  +++ MethodCall.java	31 Jul 2006 02:44:42 -0000	1.2
  @@ -10,10 +10,10 @@
   import java.util.List;
   
   /**
  - * A special MethodCall object to wrap around the undo method call. No Serializable is required.
  + * A special MethodCall object to wrap around the rollback method call. No Serializable is required.
    *
    * @author Ben Wang
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class MethodCall
   {
  
  
  



More information about the jboss-cvs-commits mailing list