Fixing the html fix from Benjamin Bentmann in LANG-431 - unclosed tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@655203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3d00008ec
commit
0e42c3d9da
|
@ -4464,7 +4464,7 @@ public class StringUtils {
|
|||
/**
|
||||
* <p>Left pad a String with spaces (' ').</p>
|
||||
*
|
||||
* <p>The String is padded to the size of <code>size<code>.</p>
|
||||
* <p>The String is padded to the size of <code>size</code>.</p>
|
||||
*
|
||||
* <pre>
|
||||
* StringUtils.leftPad(null, *) = null
|
||||
|
|
Loading…
Reference in New Issue