Browse Source

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
master
Steve Loughran 24 years ago
parent
commit
83f6a8ed80
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/sitraka/Coverage.java
  3. +1
    -1
      src/main/org/apache/tools/ant/types/CommandlineJava.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/ConditionTask.java View File

@@ -68,7 +68,7 @@ import org.apache.tools.ant.taskdefs.condition.ConditionBase;
* <p>This task does not extend Task to take advantage of * <p>This task does not extend Task to take advantage of
* ConditionBase.</p> * ConditionBase.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de>Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @version $Revision$ * @version $Revision$
*/ */
public class ConditionTask extends ConditionBase { public class ConditionTask extends ConditionBase {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/sitraka/Coverage.java View File

@@ -336,7 +336,7 @@ public class Coverage extends Task {


/** /**
* return the command line parameters. Parameters can either be passed * return the command line parameters. Parameters can either be passed
* to the command line and stored to a file (then use the -jp_input=<filename>)
* to the command line and stored to a file (then use the -jp_input=&lt;filename&gt;)
* if they are too numerous. * if they are too numerous.
*/ */
protected String[] getParameters() { protected String[] getParameters() {


+ 1
- 1
src/main/org/apache/tools/ant/types/CommandlineJava.java View File

@@ -68,7 +68,7 @@ import org.apache.tools.ant.taskdefs.condition.Os;
* a java command line. * a java command line.
* *
* @author thomas.haas@softwired-inc.com * @author thomas.haas@softwired-inc.com
* @author <a href="sbailliez@apache.org>Stephane Bailliez</a>
* @author <a href="sbailliez@apache.org">Stephane Bailliez</a>
*/ */
public class CommandlineJava implements Cloneable { public class CommandlineJava implements Cloneable {




Loading…
Cancel
Save