mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-19 09:55:52 +00:00
2004-11-24 Jeroen Frijters <jeroen@frijters.net>
* java/text/MessageFormat.java (formatInternal): Made private. From-SVN: r91151
This commit is contained in:
committed by
Michael Koch
parent
7ef527365f
commit
9cf1276586
@@ -401,9 +401,10 @@ public class MessageFormat extends Format
|
||||
return formatInternal(arguments, appendBuf, fp, null);
|
||||
}
|
||||
|
||||
protected final StringBuffer formatInternal (Object arguments[], StringBuffer appendBuf,
|
||||
FieldPosition fp,
|
||||
FormatCharacterIterator output_iterator)
|
||||
private StringBuffer formatInternal (Object arguments[],
|
||||
StringBuffer appendBuf,
|
||||
FieldPosition fp,
|
||||
FormatCharacterIterator output_iterator)
|
||||
{
|
||||
appendBuf.append(leader);
|
||||
if (output_iterator != null)
|
||||
|
||||
Reference in New Issue
Block a user