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:
Henri Yandell 2008-05-10 22:37:09 +00:00
parent d3d00008ec
commit 0e42c3d9da
1 changed files with 1 additions and 1 deletions

View File

@ -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