bayard      2004/09/05 13:38:36

  Modified:    lang/src/java/org/apache/commons/lang CharUtils.java
  Log:
  typo
  
  Revision  Changes    Path
  1.10      +2 -2      
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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- CharUtils.java    24 May 2004 00:10:15 -0000      1.9
  +++ CharUtils.java    5 Sep 2004 20:38:36 -0000       1.10
  @@ -16,7 +16,7 @@
   package org.apache.commons.lang;
   
   /**
  - * <p>Operations on char primitives and Char objects.</p>
  + * <p>Operations on char primitives and Character objects.</p>
    *
    * <p>This class tries to handle <code>null</code> input gracefully.
    * An exception will not be thrown for a <code>null</code> input.
  
  
  

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

Reply via email to