[jboss-cvs] JBossCache/examples/PojoCache/annotated50/src/examples ...
Ben Wang
bwang at jboss.com
Tue Nov 21 01:08:28 EST 2006
User: bwang
Date: 06/11/21 01:08:28
Modified: examples/PojoCache/annotated50/src/examples Person.java
Log:
JBCACHE-868 Renaming PojoCache annotation.
Revision Changes Path
1.4 +1 -1 JBossCache/examples/PojoCache/annotated50/src/examples/Person.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Person.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/annotated50/src/examples/Person.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Person.java 21 Sep 2006 16:12:18 -0000 1.3
+++ Person.java 21 Nov 2006 06:08:28 -0000 1.4
@@ -5,7 +5,7 @@
/**
* @author Ben Wang
*/
- at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
+ at org.jboss.cache.pojo.annotation.Replicable
public class Person {
protected String name;
protected Address address;
More information about the jboss-cvs-commits
mailing list