diff options
Diffstat (limited to 'libjava/gnu/java/locale/LocaleInformation.java')
-rw-r--r-- | libjava/gnu/java/locale/LocaleInformation.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libjava/gnu/java/locale/LocaleInformation.java b/libjava/gnu/java/locale/LocaleInformation.java index 189382a..60f059a 100644 --- a/libjava/gnu/java/locale/LocaleInformation.java +++ b/libjava/gnu/java/locale/LocaleInformation.java @@ -1,5 +1,5 @@ /* LocaleInformation.java -- Default locale information - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -31,7 +31,6 @@ 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_US +public class LocaleInformation extends LocaleInformation_en { } - |