Browse Source

Rmove broken javadocs

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271696 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
fb8c07dd1b
2 changed files with 0 additions and 12 deletions
  1. +0
    -6
      proposal/myrmidon/src/main/org/apache/tools/ant/types/Path.java
  2. +0
    -6
      proposal/myrmidon/src/todo/org/apache/tools/ant/types/Path.java

+ 0
- 6
proposal/myrmidon/src/main/org/apache/tools/ant/types/Path.java View File

@@ -119,9 +119,6 @@ public class Path

/**
* 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 @@ public class Path

/**
* 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 )
{


+ 0
- 6
proposal/myrmidon/src/todo/org/apache/tools/ant/types/Path.java View File

@@ -119,9 +119,6 @@ public class Path

/**
* 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 @@ public class Path

/**
* 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 )
{


Loading…
Cancel
Save