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
|
@ -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>
|
2004-09-30 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* javax/crypto/MacSpi.java: Fixed typo.
|
* javax/crypto/MacSpi.java: Fixed typo.
|
||||||
|
|
|
@ -165,7 +165,7 @@ public class MessageFormat extends Format
|
||||||
super("");
|
super("");
|
||||||
}
|
}
|
||||||
|
|
||||||
private Field(String s)
|
protected Field(String s)
|
||||||
{
|
{
|
||||||
super(s);
|
super(s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue