OSDN Git Service

old fix
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Sep 2001 01:08:05 +0000 (01:08 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Sep 2001 01:08:05 +0000 (01:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45759 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 506b21a..ff37f04 100644 (file)
 
 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>
index 452820a..189382a 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
 {
 }