User: rinkrank
  Date: 02/06/03 01:13:36

  Modified:    core/src/xdoclet TemplateSubTask.java
  Log:
  -Fixed XTag typo in JSP DTD
  -Changed error message in translator
  -Removed sysout from templatesubtask
  
  Revision  Changes    Path
  1.47      +1 -4      xdoclet/core/src/xdoclet/TemplateSubTask.java
  
  Index: TemplateSubTask.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/TemplateSubTask.java,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -w -r1.46 -r1.47
  --- TemplateSubTask.java      2 Jun 2002 09:28:32 -0000       1.46
  +++ TemplateSubTask.java      3 Jun 2002 08:13:36 -0000       1.47
  @@ -36,7 +36,7 @@
    * @author            Ara Abrahamian ([EMAIL PROTECTED])
    * @created           Sep 25, 2001
    * @xdoclet:subtask   name="template" parent="xdoclet.DocletTask"
  - * @version           $Revision: 1.46 $
  + * @version           $Revision: 1.47 $
    */
   public class TemplateSubTask extends SubTask
   {
  @@ -205,9 +205,6 @@
   
           for (int i = 0; i < ofType.size(); i++) {
               result[i] = ((OfType) ofType.get(i)).getType();
  -
  -            System.out.println(">>>>result[i]=" + result[i]);
  -
           }
   
           return result;
  
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to