You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2002/09/17 11:33:30 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/enum EnumUtils.java

bayard      2002/09/17 02:33:29

  Modified:    lang/src/java/org/apache/commons/lang/enum EnumUtils.java
  Log:
  Removed the @see ExtensibleEnum as there is no such class in the
  system currently. It was giving a warning in the building of javadoc.
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-commons/lang/src/java/org/apache/commons/lang/enum/EnumUtils.java
  
  Index: EnumUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/enum/EnumUtils.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EnumUtils.java	11 Aug 2002 23:17:54 -0000	1.1
  +++ EnumUtils.java	17 Sep 2002 09:33:28 -0000	1.2
  @@ -61,7 +61,6 @@
    * Utility class for accessing and manipulating Enums.
    *
    * @see Enum
  - * @see ExtensibleEnum
    * @see ValuedEnum
    * @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
    * @version $Id$
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>