From fb8c07dd1bb4eff9e657a73c99d2e1bd2478e845 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 3 Mar 2002 06:45:22 +0000 Subject: [PATCH] Rmove broken javadocs git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271696 13f79535-47bb-0310-9956-ffa450edef68 --- .../myrmidon/src/main/org/apache/tools/ant/types/Path.java | 6 ------ .../myrmidon/src/todo/org/apache/tools/ant/types/Path.java | 6 ------ 2 files changed, 12 deletions(-) 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 ) {