Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@219116 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/java/org/apache/commons/lang/text/StrBuilder.java b/src/java/org/apache/commons/lang/text/StrBuilder.java
index 6b7dbf6..488e42c 100644
--- a/src/java/org/apache/commons/lang/text/StrBuilder.java
+++ b/src/java/org/apache/commons/lang/text/StrBuilder.java
@@ -673,7 +673,7 @@
/**
* Appends an object to the builder padding on the left to a fixed width.
- * The <code>String.valueOf</code> of the object is used.
+ * The <code>String.valueOf</code> of the <code>int</code> value is used.
* If the formatted value is larger than the length, the left hand side is lost.
*
* @param value the value to append
@@ -717,7 +717,7 @@
/**
* Appends an object to the builder padding on the right to a fixed length.
- * The <code>String.valueOf</code> of the object is used.
+ * The <code>String.valueOf</code> of the <code>int</code> value is used.
* If the object is larger than the length, the right hand side is lost.
*
* @param value the value to append