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

Ben Wang bwang at jboss.com
Fri Jul 14 12:35:49 EDT 2006


  User: bwang   
  Date: 06/07/14 12:35:49

  Modified:    src-50/org/jboss/cache/pojo  PojoUtil.java
  Log:
  Created a new AdvisedPojoHandler to handle specifically Advised pojo get/put/remove.
  
  Revision  Changes    Path
  1.7       +2 -2      JBossCache/src-50/org/jboss/cache/pojo/PojoUtil.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoUtil.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/PojoUtil.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- PojoUtil.java	10 Jul 2006 02:30:31 -0000	1.6
  +++ PojoUtil.java	14 Jul 2006 16:35:49 -0000	1.7
  @@ -21,7 +21,7 @@
   /**
    * Utility class for method wrappers that we are interested to rollback (i.e., undo).
    * @author Ben Wang
  - * @version $Id: PojoUtil.java,v 1.6 2006/07/10 02:30:31 bwang Exp $
  + * @version $Id: PojoUtil.java,v 1.7 2006/07/14 16:35:49 bwang Exp $
    */
   public class PojoUtil
   {
  @@ -56,7 +56,7 @@
      }
   
   
  -   public void collectionReplaceWithProxy(Object obj, Object value, Field field, Object newValue)
  +   public void collectionReplaceWithProxy(Object obj, Field field, Object newValue)
      {
         // If value (field member) is of Collection type, e.g., composite class
         // that contains Collection member, we will swap out the old reference
  
  
  



More information about the jboss-cvs-commits mailing list