ggregory    2004/12/12 14:36:20

  Modified:    lang/src/java/org/apache/commons/lang/enums Enum.java
               lang/src/java/org/apache/commons/lang/enum Enum.java
  Log:
  Javadoc nits.
  
  Revision  Changes    Path
  1.4       +2 -2      
jakarta-commons/lang/src/java/org/apache/commons/lang/enums/Enum.java
  
  Index: Enum.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/enums/Enum.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Enum.java 30 Sep 2004 17:24:47 -0000      1.3
  +++ Enum.java 12 Dec 2004 22:36:20 -0000      1.4
  @@ -376,7 +376,7 @@
        *  be <code>null</code>
        * @param name  the name of the <code>Enum</code> to get,
        *  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
        *  is <code>null</code>
        */
  
  
  
  1.30      +2 -2      
jakarta-commons/lang/src/java/org/apache/commons/lang/enum/Enum.java
  
  Index: Enum.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/enum/Enum.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Enum.java 30 Sep 2004 17:24:47 -0000      1.29
  +++ Enum.java 12 Dec 2004 22:36:20 -0000      1.30
  @@ -379,7 +379,7 @@
        *  be <code>null</code>
        * @param name  the name of the <code>Enum</code> to get,
        *  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
        *  is <code>null</code>
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to