[jboss-cvs] JBossCache/examples/PojoCache/passivation/src/test/examples ...

Ben Wang bwang at jboss.com
Thu Jan 4 20:02:00 EST 2007


  User: bwang   
  Date: 07/01/04 20:02:00

  Modified:    examples/PojoCache/passivation/src/test/examples 
                        StudentMaintTest.java
  Log:
  upd listener api
  
  Revision  Changes    Path
  1.3       +2 -1      JBossCache/examples/PojoCache/passivation/src/test/examples/StudentMaintTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StudentMaintTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/passivation/src/test/examples/StudentMaintTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- StudentMaintTest.java	3 Jan 2007 04:48:20 -0000	1.2
  +++ StudentMaintTest.java	5 Jan 2007 01:02:00 -0000	1.3
  @@ -199,7 +199,7 @@
            //To change body of implemented methods use File | Settings | File Templates.
         }
   
  -      public void nodeModified(Fqn fqn, boolean pre, boolean isLocal, Map<Object, Object> data)
  +      public void nodeModified(Fqn fqn, boolean pre, boolean isLocal, ModificationType modType, Map<Object, Object> data)
         {
            //To change body of implemented methods use File | Settings | File Templates.
         }
  @@ -261,5 +261,6 @@
         {
            //To change body of implemented methods use File | Settings | File Templates.
         }
  +
      }
   }
  
  
  



More information about the jboss-cvs-commits mailing list