User: rinkrank
  Date: 02/10/23 15:47:50

  Modified:    modules/ejb/src/xdoclet/modules/ejb/home
                        HomeTagsHandler.java
  Log:
  Fix for XDT-104
  (and removed some dead code)
  
  Revision  Changes    Path
  1.18      +2 -2      
xdoclet/modules/ejb/src/xdoclet/modules/ejb/home/HomeTagsHandler.java
  
  Index: HomeTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home/HomeTagsHandler.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -w -r1.17 -r1.18
  --- HomeTagsHandler.java      11 Sep 2002 19:57:59 -0000      1.17
  +++ HomeTagsHandler.java      23 Oct 2002 22:47:50 -0000      1.18
  @@ -31,7 +31,7 @@
    * @author               Ara Abrahamian ([EMAIL PROTECTED])
    * @created              Oct 15, 2001
    * @xdoclet.taghandler   namespace="EjbHome"
  - * @version              $Revision: 1.17 $
  + * @version              $Revision: 1.18 $
    */
   public class HomeTagsHandler extends EjbTagsHandler
   {
  @@ -155,7 +155,7 @@
        */
       public static boolean isHomeMethod(XMethod method)
       {
  -        return method.getDoc().hasTag("ejb:home-method");
  +        return method.getDoc().hasTag("ejb.home-method");
       }
   
       /**
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to