From f52a735cfa3189ac20c2f4f149db32641d12f2e5 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sat, 9 Feb 2002 23:34:50 +0000 Subject: [PATCH] Remove dummy javadocs git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271257 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/org/apache/tools/ant/types/Commandline.java | 6 ------ .../src/todo/org/apache/tools/ant/types/Commandline.java | 6 ------ 2 files changed, 12 deletions(-) diff --git a/proposal/myrmidon/src/main/org/apache/tools/ant/types/Commandline.java b/proposal/myrmidon/src/main/org/apache/tools/ant/types/Commandline.java index a7c90b2b8..2ebd1d953 100644 --- a/proposal/myrmidon/src/main/org/apache/tools/ant/types/Commandline.java +++ b/proposal/myrmidon/src/main/org/apache/tools/ant/types/Commandline.java @@ -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.

- * - * @return Description of the Returned Value */ public Marker createMarker() { diff --git a/proposal/myrmidon/src/todo/org/apache/tools/ant/types/Commandline.java b/proposal/myrmidon/src/todo/org/apache/tools/ant/types/Commandline.java index a7c90b2b8..2ebd1d953 100644 --- a/proposal/myrmidon/src/todo/org/apache/tools/ant/types/Commandline.java +++ b/proposal/myrmidon/src/todo/org/apache/tools/ant/types/Commandline.java @@ -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.

- * - * @return Description of the Returned Value */ public Marker createMarker() {