User: pathoss 
  Date: 02/04/04 04:56:08

  Modified:    core/src/xdoclet/ejb/tags HomeTagsHandler.java
  Log:
  Addend a char instead of a string (speeeeed).
  
  Revision  Changes    Path
  1.27      +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.26
  retrieving revision 1.27
  diff -u -w -r1.26 -r1.27
  --- HomeTagsHandler.java      4 Apr 2002 01:03:06 -0000       1.26
  +++ HomeTagsHandler.java      4 Apr 2002 12:56:07 -0000       1.27
  @@ -27,7 +27,7 @@
   /**
    * @author Ara Abrahamian ([EMAIL PROTECTED])
    * @created Oct 15, 2001
  - * @version $Revision: 1.26 $
  + * @version $Revision: 1.27 $
    */
   public class HomeTagsHandler extends EjbTagsHandler {
        /**
  @@ -383,7 +383,7 @@
   
                                        exc.append(exception.qualifiedName());
                                        if (j != exceptions.length - 1) {
  -                                             exc.append(",");
  +                                             exc.append(',');
                                        }
                                }
                                if (exc.length() == 0) {
  
  
  

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

Reply via email to