You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by fr...@apache.org on 2004/05/24 22:15:44 UTC

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

fredrik     2004/05/24 13:15:44

  Modified:    lang/src/java/org/apache/commons/lang StringUtils.java
  Log:
  PR: http://issues.apache.org/bugzilla/show_bug.cgi?id=28468
  Fixed error in javadoc.
  Submitted by: Christian d'Heureuse
  
  Revision  Changes    Path
  1.130     +3 -3      jakarta-commons/lang/src/java/org/apache/commons/lang/StringUtils.java
  
  Index: StringUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/StringUtils.java,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- StringUtils.java	10 Mar 2004 23:54:48 -0000	1.129
  +++ StringUtils.java	24 May 2004 20:15:44 -0000	1.130
  @@ -4032,8 +4032,8 @@
       }
   
       /**
  -     * <p>Returns either the passed in String,
  -     * or if the String is <code>null</code>, an empty String ("").</p>
  +     * <p>Returns either the passed in String, or if the String is
  +     * <code>null</code>, the value of <code>defaultStr</code>.</p>
        *
        * <pre>
        * StringUtils.defaultString(null, "null")  = "null"
  
  
  

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