Author: pete.muir(a)jboss.org
Date: 2008-03-30 19:52:26 -0400 (Sun, 30 Mar 2008)
New Revision: 7746
Modified:
branches/Seam_2_0/src/main/org/jboss/seam/Entity.java
Log:
ws
Modified: branches/Seam_2_0/src/main/org/jboss/seam/Entity.java
===================================================================
--- branches/Seam_2_0/src/main/org/jboss/seam/Entity.java 2008-03-30 23:37:16 UTC (rev
7745)
+++ branches/Seam_2_0/src/main/org/jboss/seam/Entity.java 2008-03-30 23:52:26 UTC (rev
7746)
@@ -21,10 +21,8 @@
/**
* Metamodel class for entity classes.
*
- * A class will be identified as an entity class if it has an
+ * A class will be identified as an entity class if it has an @Entity annotation.
*
- * @Entity annotation.
- *
* @author Gavin King
*
*/
Show replies by date