User: stevensa
  Date: 02/07/18 16:16:01

  Modified:    modules/ejb/src/xdoclet/modules/ejb EjbTagsHandler.java
  Log:
  Corrected @doc.tag type="body" -> type="block"
  
  Revision  Changes    Path
  1.8       +3 -3      xdoclet/modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java
  
  Index: EjbTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -w -r1.7 -r1.8
  --- EjbTagsHandler.java       5 Jul 2002 17:19:59 -0000       1.7
  +++ EjbTagsHandler.java       18 Jul 2002 23:16:01 -0000      1.8
  @@ -44,7 +44,7 @@
    * @author               Ara Abrahamian ([EMAIL PROTECTED])
    * @created              Oct 15, 2001
    * @xdoclet.taghandler   namespace="Ejb"
  - * @version              $Revision: 1.7 $
  + * @version              $Revision: 1.8 $
    */
   public class EjbTagsHandler extends XDocletTagSupport
   {
  @@ -721,7 +721,7 @@
       /**
        * @param template
        * @exception XDocletException
  -     * @doc:                        tag type="body"
  +     * @doc:tag                     type="block"
        */
       public void ifNotLocalEjb(String template) throws XDocletException
       {
  @@ -733,7 +733,7 @@
       /**
        * @param template
        * @exception XDocletException
  -     * @doc:tag                     type="body"
  +     * @doc:tag                     type="block"
        */
       public void ifNotRemoteEjb(String template) 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