From: Ben W. <bw...@jb...> - 2006-07-08 17:31:55
|
User: bwang Date: 06/07/08 13:31:52 Modified: tests-50/functional/org/jboss/cache/pojo/test/propagation Node.java PropagationManager.java StateItem.java Log: Changed annotation to pojo from aop. Revision Changes Path 1.3 +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.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- Node.java 27 Jun 2006 09:19:31 -0000 1.2 +++ Node.java 8 Jul 2006 17:31:52 -0000 1.3 @@ -6,7 +6,7 @@ * Main interface for network sensor supervising example. */ // We are using JDK1.5 annotation. -...@or...stanceOfPojoCacheable +...@or...stanceOfPojoCacheable public interface Node { public void setNodeRDN(String rdn); 1.3 +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.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- PropagationManager.java 27 Jun 2006 09:19:31 -0000 1.2 +++ PropagationManager.java 8 Jul 2006 17:31:52 -0000 1.3 @@ -4,7 +4,7 @@ * */ // We are using JDK1.5 annotation. -...@or...stanceOfPojoCacheable +...@or...stanceOfPojoCacheable public interface PropagationManager { public void setRootNode(String rdn); 1.3 +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.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- StateItem.java 27 Jun 2006 09:19:31 -0000 1.2 +++ StateItem.java 8 Jul 2006 17:31:52 -0000 1.3 @@ -4,7 +4,7 @@ * */ // We are using JDK1.5 annotation. -...@or...stanceOfPojoCacheable +...@or...stanceOfPojoCacheable public interface StateItem { public static final boolean STATE_CHANGED = true; |