From-SVN: r45759
This commit is contained in:
Anthony Green 2001-09-23 01:08:05 +00:00 committed by Anthony Green
parent 8eba5a2b7f
commit 2155677ceb
2 changed files with 6 additions and 1 deletions

View File

@ -44,6 +44,11 @@
* jni.cc (array_from_valist): Use promoted types for va_arg.
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.

View File

@ -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
{
}