mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 10:08:32 +00:00
sp
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
543bbb4d64
commit
68ba5d616a
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user