git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2011-05-04 12:51:15 +00:00
parent 543bbb4d64
commit 68ba5d616a

View File

@ -109,7 +109,7 @@ public static Formatter append(CharSequence seq, Formatter formatter, int flags,
* @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 static Formatter append(CharSequence seq, Formatter formatter, int flags,
* @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
*/