diff options
| author | Anthony Green <green@redhat.com> | 2001-09-23 01:08:05 +0000 |
|---|---|---|
| committer | Anthony Green <green@gcc.gnu.org> | 2001-09-23 01:08:05 +0000 |
| commit | 2155677ceb99416509c529d9ccaffe52e82d86e8 (patch) | |
| tree | 5ce512f0501ff53e462e4bbc826012214fd34e27 /libjava/gnu/java | |
| parent | 8eba5a2b7fa5592c794bc7b9c1d2fd5f267ca4a9 (diff) | |
| download | gcc-2155677ceb99416509c529d9ccaffe52e82d86e8.zip gcc-2155677ceb99416509c529d9ccaffe52e82d86e8.tar.gz gcc-2155677ceb99416509c529d9ccaffe52e82d86e8.tar.bz2 | |
old fix
From-SVN: r45759
Diffstat (limited to 'libjava/gnu/java')
| -rw-r--r-- | libjava/gnu/java/locale/LocaleInformation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gnu/java/locale/LocaleInformation.java b/libjava/gnu/java/locale/LocaleInformation.java index 452820a1..189382a 100644 --- a/libjava/gnu/java/locale/LocaleInformation.java +++ b/libjava/gnu/java/locale/LocaleInformation.java @@ -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 { } |
