Commit 2155677c by Anthony Green Committed by Anthony Green

old fix

From-SVN: r45759
parent 8eba5a2b
......@@ -46,6 +46,11 @@
2001-09-16 Anthony Green <green@redhat.com>
* gnu/java/locale/LocaleInformation.java: Extend
LocaleInformation_en_US, not LocaleInformation_en.
2001-09-16 Anthony Green <green@redhat.com>
* gnu/gcj/convert/IOConverter.java: Add support for iso8859_1.
2001-09-14 Tom Tromey <tromey@redhat.com>
......
......@@ -31,7 +31,7 @@ package gnu.java.locale;
* This is the resource bundle for the default locale, which right now is
* hardcoded to US English.
*/
public class LocaleInformation extends LocaleInformation_en
public class LocaleInformation extends LocaleInformation_en_US
{
}
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