Removed the @see ExtensibleEnum as there is no such class in the
system currently. It was giving a warning in the building of javadoc. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1369a1bf9e
commit
3468b1f8e0
|
@ -61,10 +61,9 @@ import java.util.Map;
|
|||
* 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: EnumUtils.java,v 1.1 2002/08/11 23:17:54 scolebourne Exp $
|
||||
* @version $Id: EnumUtils.java,v 1.2 2002/09/17 09:33:28 bayard Exp $
|
||||
*/
|
||||
public abstract class EnumUtils implements Comparable, Serializable {
|
||||
|
||||
|
|
Loading…
Reference in New Issue