User: stevensa
  Date: 02/07/18 16:14:47

  Modified:    modules/ejb/src/xdoclet/modules/ejb/entity
                        PkTagsHandler.java
  Log:
  Corrected @doc.tag type="body" -> type="block"
  
  Revision  Changes    Path
  1.10      +11 -15    
xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/PkTagsHandler.java
  
  Index: PkTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/PkTagsHandler.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -w -r1.9 -r1.10
  --- PkTagsHandler.java        5 Jul 2002 17:20:00 -0000       1.9
  +++ PkTagsHandler.java        18 Jul 2002 23:14:47 -0000      1.10
  @@ -27,7 +27,7 @@
    * @author               Ara Abrahamian ([EMAIL PROTECTED])
    * @created              13. juni 2002
    * @xdoclet.taghandler   namespace="EjbPk"
  - * @version              $Revision: 1.9 $
  + * @version              $Revision: 1.10 $
    */
   public class PkTagsHandler extends EjbTagsHandler
   {
  @@ -35,8 +35,7 @@
       /**
        * @param clazz                      The class to look into
        * @return                           The value of the ejb:bean primkey-field 
parameter
  -     * @exception XDocletException
  -     * @throws xdoclet.XDocletException  if the class doesn't have a primkey-field
  +     * @exception XDocletException  if the class doesn't have a primkey-field
        */
       public static String getPrimkeyFieldFor(XClass clazz) throws XDocletException
       {
  @@ -51,7 +50,6 @@
        * @param method                     The method to check for primkey-field
        * @return                           true if the method is a getter or setter 
for the primkey-field
        * @exception XDocletException
  -     * @throws xdoclet.XDocletException
        */
       public static boolean isMethodPrimkeyField(XClass clazz, XMethod method)
            throws XDocletException
  @@ -215,7 +213,6 @@
        * @param clazz                      The class to look into.
        * @return                           true if the class has a defined 
primkey-field
        * @exception XDocletException
  -     * @throws xdoclet.XDocletException
        */
       public static boolean classHasPrimkeyField(XClass clazz) throws XDocletException
       {
  @@ -304,7 +301,6 @@
        * @param attributes
        * @exception XDocletException
        * @doc:tag                          type="block"
  -     * @throws xdoclet.XDocletException
        */
       public void ifIsNotPrimkeyField(String template, Properties attributes)
            throws XDocletException
  @@ -321,7 +317,7 @@
        * @param template
        * @param attributes
        * @exception XDocletException
  -     * @doc:tag                     type="body"
  +     * @doc:tag                     type="block"
        */
       public void ifDoesntHavePrimkeyField(String template, Properties attributes)
            throws XDocletException
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to