git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@989812 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2010-08-26 16:36:35 +00:00
parent ed894291a7
commit c544542bda
1 changed files with 2 additions and 1 deletions

View File

@ -2083,7 +2083,8 @@ public class StringUtils {
* <p>If <code>len</code> characters are not available, the remainder
* of the String will be returned without an exception. If the
* String is <code>null</code>, <code>null</code> will be returned.
* An empty String is returned if len is negative.</p>
* An empty String is returned if len is negative or exceeds the
* length of <code>str</code>.</p>
*
* <pre>
* StringUtils.mid(null, *, *) = null