Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21197/xdoclet/core/src/xdoclet/tagshandler

Modified Files:
        MergeTagsHandler.java 
Log Message:
Remove unnecessary toString(). From XDT-1075 by Dave Brosius.

Index: MergeTagsHandler.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler/MergeTagsHandler.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** MergeTagsHandler.java       16 Apr 2004 19:42:54 -0000      1.12
--- MergeTagsHandler.java       19 Sep 2004 09:52:52 -0000      1.13
***************
*** 319,323 ****
          getXJavaDoc().getSourceClasses();
  
!         File file = new File(getDocletContext().getDestDir().toString(), dest_file);
  
          /*
--- 319,323 ----
          getXJavaDoc().getSourceClasses();
  
!         File file = new File(getDocletContext().getDestDir(), dest_file);
  
          /*



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to