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

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