/[classpath]/classpath/java/util/Locale.java
ViewVC logotype

Diff of /classpath/java/util/Locale.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by mkoch, Sun Dec 19 19:12:14 2004 UTC revision 1.23 by mark, Fri Dec 24 20:53:14 2004 UTC
# Line 275  public final class Locale implements Ser Line 275  public final class Locale implements Ser
275        {        {
276          language = convertLanguage(language).intern();          language = convertLanguage(language).intern();
277          country = country.toUpperCase().intern();          country = country.toUpperCase().intern();
278          variant = variant.toUpperCase().intern();          variant = variant.intern();
279        }        }
280      this.language = language;      this.language = language;
281      this.country = country;      this.country = country;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26