[jboss-cvs] JBossCache/tests-50/functional/org/jboss/cache/pojo/test/propagation ...

Ben Wang bwang at jboss.com
Tue Nov 21 01:07:45 EST 2006


  User: bwang   
  Date: 06/11/21 01:07:45

  Modified:    tests-50/functional/org/jboss/cache/pojo/test/propagation   
                        StateItem.java PropagationManager.java Node.java
  Log:
  JBCACHE-868 Renaming PojoCache annotation.
  
  Revision  Changes    Path
  1.4       +1 -1      JBossCache/tests-50/functional/org/jboss/cache/pojo/test/propagation/StateItem.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StateItem.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/test/propagation/StateItem.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- StateItem.java	8 Jul 2006 17:31:52 -0000	1.3
  +++ StateItem.java	21 Nov 2006 06:07:45 -0000	1.4
  @@ -4,7 +4,7 @@
    *
    */
   // We are using JDK1.5 annotation.
  - at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
  + at org.jboss.cache.pojo.annotation.Replicable
   public interface StateItem
   {
      public static final boolean STATE_CHANGED = true;
  
  
  
  1.4       +1 -1      JBossCache/tests-50/functional/org/jboss/cache/pojo/test/propagation/PropagationManager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PropagationManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/test/propagation/PropagationManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- PropagationManager.java	8 Jul 2006 17:31:52 -0000	1.3
  +++ PropagationManager.java	21 Nov 2006 06:07:45 -0000	1.4
  @@ -4,7 +4,7 @@
    *
    */
   // We are using JDK1.5 annotation.
  - at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
  + at org.jboss.cache.pojo.annotation.Replicable
   public interface PropagationManager
   {
      public void setRootNode(String rdn);
  
  
  
  1.4       +1 -1      JBossCache/tests-50/functional/org/jboss/cache/pojo/test/propagation/Node.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Node.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/test/propagation/Node.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- Node.java	8 Jul 2006 17:31:52 -0000	1.3
  +++ Node.java	21 Nov 2006 06:07:45 -0000	1.4
  @@ -6,7 +6,7 @@
    * Main interface for network sensor supervising example.
    */
   // We are using JDK1.5 annotation.
  - at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
  + at org.jboss.cache.pojo.annotation.Replicable
   public interface Node
   {
      public void setNodeRDN(String rdn);
  
  
  



More information about the jboss-cvs-commits mailing list