Browse Source

Remove dummy javadocs

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

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

@@ -57,8 +57,6 @@ public class Commandline

/**
* Sets the executable to run.
*
* @param executable The new Executable value
*/
public void setExecutable( final String executable )
{
@@ -96,8 +94,6 @@ public class Commandline

/**
* Returns the executable and all defined arguments.
*
* @return The Commandline value
*/
public String[] getCommandline()
{
@@ -153,8 +149,6 @@ public class Commandline
*
* This marker can be used to locate a position on the commandline - to
* insert something for example - when all parameters have been set.</p>
*
* @return Description of the Returned Value
*/
public Marker createMarker()
{


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

@@ -57,8 +57,6 @@ public class Commandline

/**
* Sets the executable to run.
*
* @param executable The new Executable value
*/
public void setExecutable( final String executable )
{
@@ -96,8 +94,6 @@ public class Commandline

/**
* Returns the executable and all defined arguments.
*
* @return The Commandline value
*/
public String[] getCommandline()
{
@@ -153,8 +149,6 @@ public class Commandline
*
* This marker can be used to locate a position on the commandline - to
* insert something for example - when all parameters have been set.</p>
*
* @return Description of the Returned Value
*/
public Marker createMarker()
{


Loading…
Cancel
Save