From 501afc7e20506028851a152a44ca903ba8596dd9 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 29 Nov 2000 16:11:33 +0000 Subject: [PATCH] Get rid of javadoc warning. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268268 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tools/ant/types/EnumeratedAttribute.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/org/apache/tools/ant/types/EnumeratedAttribute.java b/src/main/org/apache/tools/ant/types/EnumeratedAttribute.java index f44019452..48ca02958 100644 --- a/src/main/org/apache/tools/ant/types/EnumeratedAttribute.java +++ b/src/main/org/apache/tools/ant/types/EnumeratedAttribute.java @@ -23,7 +23,7 @@ * Alternately, this acknowlegement may appear in the software itself, * if and wherever such third-party acknowlegements normally appear. * - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software + * 4. The names "The Jakarta Project", "Ant", and "Apache Software * Foundation" must not be used to endorse or promote products derived * from this software without prior written permission. For written * permission, please contact apache@apache.org. @@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException; *

See {@link org.apache.tools.ant.taskdefs.FixCRLF FixCRLF} for an * example. * - * @author Stefan Bodewig stefan.bodewig@megabit.net + * @author Stefan Bodewig */ public abstract class EnumeratedAttribute { @@ -79,7 +79,7 @@ public abstract class EnumeratedAttribute { public EnumeratedAttribute() {} /** - * Invoked by {@link IntrospectionHelper IntrospectionHelper}. + * Invoked by {@link org.apache.tools.ant.IntrospectionHelper IntrospectionHelper}. */ public final void setValue(String value) throws BuildException { if (!containsValue(value)) {