Javadoc nits.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2004-12-12 22:36:20 +00:00
parent 1ad7fd1e5a
commit 46643a1325
2 changed files with 4 additions and 4 deletions

View File

@ -233,7 +233,7 @@
* @author Chris Webb * @author Chris Webb
* @author Mike Bowler * @author Mike Bowler
* @since 1.0 * @since 1.0
* @version $Id: Enum.java,v 1.29 2004/09/30 17:24:47 ggregory Exp $ * @version $Id: Enum.java,v 1.30 2004/12/12 22:36:20 ggregory Exp $
*/ */
public abstract class Enum implements Comparable, Serializable { public abstract class Enum implements Comparable, Serializable {
@ -379,7 +379,7 @@ protected Object readResolve() {
* be <code>null</code> * be <code>null</code>
* @param name the name of the <code>Enum</code> to get, * @param name the name of the <code>Enum</code> to get,
* may be <code>null</code> * may be <code>null</code>
* @return the enum object, or null if the enum does not exist * @return the enum object, or <code>null</code> if the enum does not exist
* @throws IllegalArgumentException if the enum class * @throws IllegalArgumentException if the enum class
* is <code>null</code> * is <code>null</code>
*/ */

View File

@ -230,7 +230,7 @@
* @author Mike Bowler * @author Mike Bowler
* @author Matthias Eichel * @author Matthias Eichel
* @since 2.1 (class existed in enum package from v1.0) * @since 2.1 (class existed in enum package from v1.0)
* @version $Id: Enum.java,v 1.3 2004/09/30 17:24:47 ggregory Exp $ * @version $Id: Enum.java,v 1.4 2004/12/12 22:36:20 ggregory Exp $
*/ */
public abstract class Enum implements Comparable, Serializable { public abstract class Enum implements Comparable, Serializable {
@ -376,7 +376,7 @@ protected Object readResolve() {
* be <code>null</code> * be <code>null</code>
* @param name the name of the <code>Enum</code> to get, * @param name the name of the <code>Enum</code> to get,
* may be <code>null</code> * may be <code>null</code>
* @return the enum object, or null if the enum does not exist * @return the enum object, or <code>null</code> if the enum does not exist
* @throws IllegalArgumentException if the enum class * @throws IllegalArgumentException if the enum class
* is <code>null</code> * is <code>null</code>
*/ */