You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2004/02/12 21:09:11 UTC

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

ggregory    2004/02/12 12:09:11

  Modified:    lang/src/java/org/apache/commons/lang CharUtils.java
  Log:
  Javadoc fixes.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-commons/lang/src/java/org/apache/commons/lang/CharUtils.java
  
  Index: CharUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/CharUtils.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CharUtils.java	31 Jan 2004 13:00:07 -0000	1.1
  +++ CharUtils.java	12 Feb 2004 20:09:11 -0000	1.2
  @@ -180,7 +180,7 @@
        *   CharUtils.toCharacter("BA", 'X') = 'B'
        * </pre>
        *
  -     * @param ch  the character to convert
  +     * @param str  the character to convert
        * @return the char value of the Character or the default if null
        * @throws IllegalArgumentException if the String is empty
        */
  @@ -202,7 +202,7 @@
        *   CharUtils.toCharacter("BA", 'X') = 'B'
        * </pre>
        *
  -     * @param ch  the character to convert
  +     * @param str  the character to convert
        * @param defaultValue  the value to use if the  Character is null
        * @return the char value of the Character or the default if null
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org