From 83f6a8ed809c08b57b5e5b45abbf472fc73df1de Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 28 Nov 2001 01:15:29 +0000 Subject: [PATCH] PR:4992 Submitted by:Erik Hatcher Tail end of Erik's javadoc patches git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270038 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/ConditionTask.java | 2 +- .../apache/tools/ant/taskdefs/optional/sitraka/Coverage.java | 2 +- src/main/org/apache/tools/ant/types/CommandlineJava.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java b/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java index 9c674763e..da8f9ff4d 100644 --- a/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java +++ b/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java @@ -68,7 +68,7 @@ import org.apache.tools.ant.taskdefs.condition.ConditionBase; *

This task does not extend Task to take advantage of * ConditionBase.

* - * @author Stefan Bodewig * @version $Revision$ */ public class ConditionTask extends ConditionBase { diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/sitraka/Coverage.java b/src/main/org/apache/tools/ant/taskdefs/optional/sitraka/Coverage.java index 2803ad6b6..0cb883926 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/sitraka/Coverage.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/sitraka/Coverage.java @@ -336,7 +336,7 @@ public class Coverage extends Task { /** * return the command line parameters. Parameters can either be passed - * to the command line and stored to a file (then use the -jp_input=) + * to the command line and stored to a file (then use the -jp_input=<filename>) * if they are too numerous. */ protected String[] getParameters() { diff --git a/src/main/org/apache/tools/ant/types/CommandlineJava.java b/src/main/org/apache/tools/ant/types/CommandlineJava.java index e3d10b958..7cb5fe74d 100644 --- a/src/main/org/apache/tools/ant/types/CommandlineJava.java +++ b/src/main/org/apache/tools/ant/types/CommandlineJava.java @@ -68,7 +68,7 @@ import org.apache.tools.ant.taskdefs.condition.Os; * a java command line. * * @author thomas.haas@softwired-inc.com - * @author Stephane Bailliez */ public class CommandlineJava implements Cloneable {