old fix
authorAnthony Green <green@redhat.com>
Sun, 23 Sep 2001 01:08:05 +0000 (01:08 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 23 Sep 2001 01:08:05 +0000 (01:08 +0000)
From-SVN: r45759

libjava/ChangeLog
libjava/gnu/java/locale/LocaleInformation.java

index 506b21a7d60c5632d083fa8e70d09652eb725402..ff37f04f269e396d2a0d9ec75904f7ffc493580f 100644 (file)
 
        * 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.
index 452820a18f66568de9bff833e3fc4b85db603c75..189382a508c26ea411dd732cd999c4e7d33d59e1 100644 (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
 {
 }