bodewig 00/11/29 08:11:36
Modified: src/main/org/apache/tools/ant/types EnumeratedAttribute.java
Log:
Get rid of javadoc warning.
Revision Changes Path
1.2 +3 -3
jakarta-ant/src/main/org/apache/tools/ant/types/EnumeratedAttribute.java
Index: EnumeratedAttribute.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/EnumeratedAttribute.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EnumeratedAttribute.java 2000/07/24 16:05:29 1.1
+++ EnumeratedAttribute.java 2000/11/29 16:11:33 1.2
@@ -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 [EMAIL PROTECTED]
@@ -63,7 +63,7 @@
* <p>See [EMAIL PROTECTED] org.apache.tools.ant.taskdefs.FixCRLF FixCRLF}
for an
* example.
*
- * @author Stefan Bodewig <a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>
+ * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
*/
public abstract class EnumeratedAttribute {
@@ -79,7 +79,7 @@
public EnumeratedAttribute() {}
/**
- * Invoked by [EMAIL PROTECTED] IntrospectionHelper IntrospectionHelper}.
+ * Invoked by [EMAIL PROTECTED] org.apache.tools.ant.IntrospectionHelper
IntrospectionHelper}.
*/
public final void setValue(String value) throws BuildException {
if (!containsValue(value)) {