You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@locus.apache.org on 2000/11/29 17:11:39 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/types EnumeratedAttribute.java

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 apache@apache.org.
  @@ -63,7 +63,7 @@
    * <p>See {@link org.apache.tools.ant.taskdefs.FixCRLF FixCRLF} for an
    * example.
    *
  - * @author Stefan Bodewig <a href="mailto:stefan.bodewig@megabit.net">stefan.bodewig@megabit.net</a> 
  + * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> 
    */
   public abstract class EnumeratedAttribute {
   
  @@ -79,7 +79,7 @@
       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)) {