added javadoc to warn of Bug#31422, reported by Itzik Levin

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137944 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2004-09-30 06:35:52 +00:00
parent 11b51253fc
commit 0a08b6e7ef
1 changed files with 4 additions and 1 deletions

View File

@ -69,6 +69,9 @@
* } * }
* </pre> * </pre>
* *
* <p><em>NOTE:</em>These are declared <code>final</code>, so compilers may
* inline the code. Ensure you recompile everything when using final. </p>
*
* <p>The above class could then be used as follows:</p> * <p>The above class could then be used as follows:</p>
* *
* <pre> * <pre>
@ -95,7 +98,7 @@
* @author Apache Avalon project * @author Apache Avalon project
* @author Stephen Colebourne * @author Stephen Colebourne
* @since 2.1 (class existed in enum package from v1.0) * @since 2.1 (class existed in enum package from v1.0)
* @version $Id: ValuedEnum.java,v 1.2 2004/06/01 20:56:44 scolebourne Exp $ * @version $Id: ValuedEnum.java,v 1.3 2004/09/30 06:35:52 bayard Exp $
*/ */
public abstract class ValuedEnum extends Enum { public abstract class ValuedEnum extends Enum {