2009/8/10 deven you (JIRA) <j...@apache.org>

> There are 2 unused member in java.util.Locale
> ---------------------------------------------
>
>                 Key: HARMONY-6301
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6301
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M10
>            Reporter: deven you
>             Fix For: 5.0M10
>
>
> I find in java.util.Locale:
>  private static volatile Locale[] availableLocales and static Locale[]
> find(String prefix) are never used, so if we can remove these 2 members.
>

In java.util.Locale, I find  private static volatile Locale[]
availableLocales and static Locale[] find(String prefix) are never used, so
if anyone know why we need keep these 2 class members?  Maybe we can remove
them from Locale class.

Reply via email to