git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271696 13f79535-47bb-0310-9956-ffa450edef68master
@@ -119,9 +119,6 @@ public class Path | |||||
/** | /** | ||||
* Adds a nested <code><fileset></code> element. | * Adds a nested <code><fileset></code> element. | ||||
* | |||||
* @param fs The feature to be added to the Fileset attribute | |||||
* @exception TaskException Description of Exception | |||||
*/ | */ | ||||
public void addFileset( final FileSet fileSet ) | public void addFileset( final FileSet fileSet ) | ||||
{ | { | ||||
@@ -152,9 +149,6 @@ public class Path | |||||
/** | /** | ||||
* Creates a nested <code><path></code> element. | * Creates a nested <code><path></code> element. | ||||
* | |||||
* @return Description of the Returned Value | |||||
* @exception TaskException Description of Exception | |||||
*/ | */ | ||||
public void addPath( final Path path ) | public void addPath( final Path path ) | ||||
{ | { | ||||
@@ -119,9 +119,6 @@ public class Path | |||||
/** | /** | ||||
* Adds a nested <code><fileset></code> element. | * Adds a nested <code><fileset></code> element. | ||||
* | |||||
* @param fs The feature to be added to the Fileset attribute | |||||
* @exception TaskException Description of Exception | |||||
*/ | */ | ||||
public void addFileset( final FileSet fileSet ) | public void addFileset( final FileSet fileSet ) | ||||
{ | { | ||||
@@ -152,9 +149,6 @@ public class Path | |||||
/** | /** | ||||
* Creates a nested <code><path></code> element. | * Creates a nested <code><path></code> element. | ||||
* | |||||
* @return Description of the Returned Value | |||||
* @exception TaskException Description of Exception | |||||
*/ | */ | ||||
public void addPath( final Path path ) | public void addPath( final Path path ) | ||||
{ | { | ||||