mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-29 23:04:12 +08:00
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
@ -1,3 +1,8 @@
|
||||
2004-09-30 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
i * java/text/MessageFormat.java (Field): Constructor now
|
||||
protected.
|
||||
|
||||
2004-09-30 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* javax/crypto/MacSpi.java: Fixed typo.
|
||||
|
@ -165,7 +165,7 @@ public class MessageFormat extends Format
|
||||
super("");
|
||||
}
|
||||
|
||||
private Field(String s)
|
||||
protected Field(String s)
|
||||
{
|
||||
super(s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user