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:
Tom Tromey 2004-09-30 18:27:53 +00:00 committed by Michael Koch
parent 75b8070489
commit 02164889d5
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -165,7 +165,7 @@ public class MessageFormat extends Format
super("");
}
private Field(String s)
protected Field(String s)
{
super(s);
}