User: stevensa Date: 02/03/07 14:41:04 Modified: core/src/xdoclet/ejb/tags EntityTagsHandler.java Log: Assorted typos Revision Changes Path 1.8 +6 -6 xdoclet/core/src/xdoclet/ejb/tags/EntityTagsHandler.java Index: EntityTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/tags/EntityTagsHandler.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- EntityTagsHandler.java 27 Dec 2001 17:12:01 -0000 1.7 +++ EntityTagsHandler.java 7 Mar 2002 22:41:04 -0000 1.8 @@ -12,12 +12,12 @@ /** * @author Ara Abrahamian ([EMAIL PROTECTED]) * @created Oct 16, 2001 - * @version $Revision: 1.7 $ + * @version $Revision: 1.8 $ */ public class EntityTagsHandler extends EjbTagsHandler { /** - * Returns true if clazz is an entity session bean, false otherwise. + * Returns true if clazz is an entity bean, false otherwise. * * @param clazz Description of Parameter * @return The Entity value @@ -27,8 +27,9 @@ { return TypeTagsHandler.isOfType( clazz, "javax.ejb.EntityBean", TypeTagsHandler.TYPE_HIERARCHY ); } + /** - * Evaluate the body block if current class is of an EJB type. + * Evaluate the body block if current class is of an entity type. * * @param template The body of the block tag * @exception XDocletException Description of Exception @@ -39,7 +40,6 @@ { if( isEntity( getCurrentClass() ) ) generate( template ); - } /** @@ -87,7 +87,7 @@ } /** - * Returns True is ejb:bean reentrant is true, False otherwise. It does the + * Returns True if ejb:bean reentrant is true, False otherwise. It does the * case conversion trick from true to True and false to False. * * @return Description of the Returned Value
_______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel