From 2d4c7f043ca3b064c30e4413858e6ec58e2e0984 Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Mon, 14 Jan 2002 23:12:25 +0000 Subject: [PATCH] Fix Javadoc git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270764 13f79535-47bb-0310-9956-ffa450edef68 --- .../ant/taskdefs/optional/junit/remote/MessageIds.java | 4 ++-- .../ant/taskdefs/optional/junit/remote/MessageReader.java | 4 ++-- .../ant/taskdefs/optional/junit/remote/MessageWriter.java | 4 ++-- .../tools/ant/taskdefs/optional/junit/remote/Server.java | 4 ++-- .../ant/taskdefs/optional/junit/remote/TestRunner.java | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageIds.java b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageIds.java index 2771790c7..b431e812a 100644 --- a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageIds.java +++ b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageIds.java @@ -60,8 +60,8 @@ package org.apache.tools.ant.taskdefs.optional.junit.remote; * * * 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 Eclipse and is + * merged with code originating from Ant 1.4.x. * * * @author Stephane Bailliez diff --git a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageReader.java b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageReader.java index 167a90cd9..6f247aa6c 100644 --- a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageReader.java +++ b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageReader.java @@ -70,8 +70,8 @@ import org.apache.tools.ant.taskdefs.optional.junit.TestRunListener; *

* * 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 Eclipse and is + * merged with code originating from Ant 1.4.x. * * * @author Stephane Bailliez diff --git a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageWriter.java b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageWriter.java index 2f1a77c46..d9d6fbbaf 100644 --- a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageWriter.java +++ b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/MessageWriter.java @@ -63,8 +63,8 @@ import org.apache.tools.ant.taskdefs.optional.junit.TestRunListener; * * * 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 Eclipse and is + * merged with code originating from Ant 1.4.x. * * * @author Stephane Bailliez diff --git a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/Server.java b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/Server.java index 12a89a44d..e6ccb9021 100644 --- a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/Server.java +++ b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/Server.java @@ -64,8 +64,8 @@ import org.apache.tools.ant.taskdefs.optional.junit.TestRunListener; * * * 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 Eclipse and is + * merged with code originating from Ant 1.4.x. * * * @see TestRunner diff --git a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/TestRunner.java b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/TestRunner.java index b36f73117..c88285797 100644 --- a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/TestRunner.java +++ b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/TestRunner.java @@ -77,9 +77,9 @@ import org.apache.tools.ant.util.StringUtils; * TestRunner for running tests and send results to a remote server. * * - * 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 Eclipse and is + * merged with code originating from Ant 1.4.x. * * * @author Stephane Bailliez