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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
