2004-09-30 Tom Tromey <tromey@redhat.com>
i * java/text/MessageFormat.java (Field): Constructor now protected. From-SVN: r88346
This commit is contained in:
parent
75b8070489
commit
02164889d5
2 changed files with 6 additions and 1 deletions
|
@ -165,7 +165,7 @@ public class MessageFormat extends Format
|
|||
super("");
|
||||
}
|
||||
|
||||
private Field(String s)
|
||||
protected Field(String s)
|
||||
{
|
||||
super(s);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue