You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2011/05/04 14:51:15 UTC

svn commit: r1099434 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java

Author: mbenson
Date: Wed May  4 12:51:15 2011
New Revision: 1099434

URL: http://svn.apache.org/viewvc?rev=1099434&view=rev
Log:
sp

Modified:
    commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java

Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java?rev=1099434&r1=1099433&r2=1099434&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java (original)
+++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java Wed May  4 12:51:15 2011
@@ -109,7 +109,7 @@ public class FormattableUtils {
      * @param flags  the flags for formatting, see {@code Formattable}
      * @param width  the width of the output, see {@code Formattable}
      * @param precision  the precision of the output, see {@code Formattable}
-     * @param ellipsis  the ellipsos to use when precision dictates truncation, null or
+     * @param ellipsis  the ellipsis to use when precision dictates truncation, null or
      *  empty causes a hard truncation
      * @return the {@code formatter} instance, not null
      */
@@ -127,7 +127,7 @@ public class FormattableUtils {
      * @param width  the width of the output, see {@code Formattable}
      * @param precision  the precision of the output, see {@code Formattable}
      * @param padChar  the pad character to use
-     * @param ellipsis  the ellipsos to use when precision dictates truncation, null or
+     * @param ellipsis  the ellipsis to use when precision dictates truncation, null or
      *  empty causes a hard truncation
      * @return the {@code formatter} instance, not null
      */