Browse Source

Fix Javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270764 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 23 years ago
parent
commit
2d4c7f043c
5 changed files with 11 additions and 11 deletions
  1. +2
    -2
      proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageIds.java
  2. +2
    -2
      proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageReader.java
  3. +2
    -2
      proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageWriter.java
  4. +2
    -2
      proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/Server.java
  5. +3
    -3
      proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/TestRunner.java

+ 2
- 2
proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageIds.java View File

@@ -60,8 +60,8 @@ package org.apache.tools.ant.taskdefs.optional.junit.remote;
* *
* <i> * <i>
* This code is based on the code from Erich Gamma made for the * This code is based on the code from Erich Gamma made for the
* JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged
* with code originating from Ant 1.4.x.
* JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is
* merged with code originating from Ant 1.4.x.
* </i> * </i>
* *
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a>


+ 2
- 2
proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageReader.java View File

@@ -70,8 +70,8 @@ import org.apache.tools.ant.taskdefs.optional.junit.TestRunListener;
* </p> * </p>
* <i> * <i>
* This code is based on the code from Erich Gamma made for the * This code is based on the code from Erich Gamma made for the
* JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged
* with code originating from Ant 1.4.x.
* JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is
* merged with code originating from Ant 1.4.x.
* </i> * </i>
* *
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a>


+ 2
- 2
proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageWriter.java View File

@@ -63,8 +63,8 @@ import org.apache.tools.ant.taskdefs.optional.junit.TestRunListener;
* *
* <i> * <i>
* This code is based on the code from Erich Gamma made for the * This code is based on the code from Erich Gamma made for the
* JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged
* with code originating from Ant 1.4.x.
* JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is
* merged with code originating from Ant 1.4.x.
* </i> * </i>
* *
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a>


+ 2
- 2
proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/Server.java View File

@@ -64,8 +64,8 @@ import org.apache.tools.ant.taskdefs.optional.junit.TestRunListener;
* *
* <i> * <i>
* This code is based on the code from Erich Gamma made for the * This code is based on the code from Erich Gamma made for the
* JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged
* with code originating from Ant 1.4.x.
* JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is
* merged with code originating from Ant 1.4.x.
* </i> * </i>
* *
* @see TestRunner * @see TestRunner


+ 3
- 3
proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/TestRunner.java View File

@@ -77,9 +77,9 @@ import org.apache.tools.ant.util.StringUtils;
* TestRunner for running tests and send results to a remote server. * TestRunner for running tests and send results to a remote server.
* *
* <i> * <i>
* This code is originally based on the code from Erich Gamma made for the
* JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged
* with code ideas originating from Ant 1.4.x.
* This code is based on the code from Erich Gamma made for the
* JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is
* merged with code originating from Ant 1.4.x.
* </i> * </i>
* *
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a>


Loading…
Cancel
Save