donaldp 02/02/09 15:34:50
Modified: proposal/myrmidon/src/main/org/apache/tools/ant/types
Commandline.java
Log:
Remove dummy javadocs
Revision Changes Path
1.15 +0 -6
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/types/Commandline.java
Index: Commandline.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/types/Commandline.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Commandline.java 6 Feb 2002 13:37:28 -0000 1.14
+++ Commandline.java 9 Feb 2002 23:34:50 -0000 1.15
@@ -57,8 +57,6 @@
/**
* Sets the executable to run.
- *
- * @param executable The new Executable value
*/
public void setExecutable( final String executable )
{
@@ -96,8 +94,6 @@
/**
* Returns the executable and all defined arguments.
- *
- * @return The Commandline value
*/
public String[] getCommandline()
{
@@ -153,8 +149,6 @@
*
* 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()
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>