diff --git a/proposal/myrmidon/src/main/org/apache/tools/ant/types/Path.java b/proposal/myrmidon/src/main/org/apache/tools/ant/types/Path.java index 52c5ebd86..fa0209054 100644 --- a/proposal/myrmidon/src/main/org/apache/tools/ant/types/Path.java +++ b/proposal/myrmidon/src/main/org/apache/tools/ant/types/Path.java @@ -119,9 +119,6 @@ public class Path /** * Adds a nested <fileset> 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 @@ public class Path /** * Creates a nested <path> element. - * - * @return Description of the Returned Value - * @exception TaskException Description of Exception */ public void addPath( final Path path ) { diff --git a/proposal/myrmidon/src/todo/org/apache/tools/ant/types/Path.java b/proposal/myrmidon/src/todo/org/apache/tools/ant/types/Path.java index 52c5ebd86..fa0209054 100644 --- a/proposal/myrmidon/src/todo/org/apache/tools/ant/types/Path.java +++ b/proposal/myrmidon/src/todo/org/apache/tools/ant/types/Path.java @@ -119,9 +119,6 @@ public class Path /** * Adds a nested <fileset> 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 @@ public class Path /** * Creates a nested <path> element. - * - * @return Description of the Returned Value - * @exception TaskException Description of Exception */ public void addPath( final Path path ) {