Commit 02164889 by Tom Tromey Committed by Michael Koch

2004-09-30 Tom Tromey <tromey@redhat.com>

i	* java/text/MessageFormat.java (Field): Constructor now
	protected.

From-SVN: r88346
parent 75b80704
2004-09-30 Tom Tromey <tromey@redhat.com> 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. * javax/crypto/MacSpi.java: Fixed typo.
2004-09-30 Michael Koch <konqueror@gmx.de> 2004-09-30 Michael Koch <konqueror@gmx.de>
......
...@@ -165,7 +165,7 @@ public class MessageFormat extends Format ...@@ -165,7 +165,7 @@ public class MessageFormat extends Format
super(""); super("");
} }
private Field(String s) protected Field(String s)
{ {
super(s); super(s);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment