You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/03/03 07:45:23 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/types Path.java

donaldp     02/03/02 22:45:23

  Modified:    proposal/myrmidon/src/main/org/apache/tools/ant/types
                        Path.java
  Log:
  Rmove broken javadocs
  
  Revision  Changes    Path
  1.23      +0 -6      jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/types/Path.java
  
  Index: Path.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/types/Path.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- Path.java	6 Feb 2002 13:37:28 -0000	1.22
  +++ Path.java	3 Mar 2002 06:45:22 -0000	1.23
  @@ -119,9 +119,6 @@
   
       /**
        * Adds a nested <code>&lt;fileset&gt;</code> element.
  -     *
  -     * @param fs The feature to be added to the Fileset attribute
  -     * @exception TaskException Description of Exception
        */
       public void addFileset( final FileSet fileSet )
       {
  @@ -152,9 +149,6 @@
   
       /**
        * Creates a nested <code>&lt;path&gt;</code> element.
  -     *
  -     * @return Description of the Returned Value
  -     * @exception TaskException Description of Exception
        */
       public void addPath( final Path path )
       {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>