Author: bayard
Date: Sat May 10 15:37:09 2008
New Revision: 655203
URL: http://svn.apache.org/viewvc?rev=655203&view=rev
Log:
Fixing the html fix from Benjamin Bentmann in LANG-431 - unclosed tag
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java?rev=655203&r1=655202&r2=655203&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java
(original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java
Sat May 10 15:37:09 2008
@@ -4464,7 +4464,7 @@
/**
* <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