User: vharcq  
  Date: 02/04/03 15:01:44

  Modified:    core/src/xdoclet/ejb/tags HomeTagsHandler.java
  Log:
  More clean to use qualifiedName
  
  Revision  Changes    Path
  1.24      +2 -2      xdoclet/core/src/xdoclet/ejb/tags/HomeTagsHandler.java
  
  Index: HomeTagsHandler.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/tags/HomeTagsHandler.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -w -r1.23 -r1.24
  --- HomeTagsHandler.java      3 Apr 2002 07:50:53 -0000       1.23
  +++ HomeTagsHandler.java      3 Apr 2002 23:01:44 -0000       1.24
  @@ -23,7 +23,7 @@
   /**
    * @author    Ara Abrahamian ([EMAIL PROTECTED])
    * @created   Oct 15, 2001
  - * @version   $Revision: 1.23 $
  + * @version   $Revision: 1.24 $
    */
   public class HomeTagsHandler extends EjbTagsHandler
   {
  @@ -574,7 +574,7 @@
                   StringBuffer exc = new StringBuffer();
                   for (int j = 0; j < exceptions.length; j++) {
                       XClass exception = exceptions[j];
  -                    exc.append(exception.name());
  +                    exc.append(exception.qualifiedName());
                       if (j != exceptions.length - 1)
                           exc.append(",");
                   }
  
  
  

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

Reply via email to