jdk/src/share/classes/java/util/Locale.java
changeset 10419 12c063b39232
parent 10339 80d9f4bc094b
child 11282 2c8538c9daa6
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
  1857     {
  1857     {
  1858         try {
  1858         try {
  1859             Locale that = (Locale)super.clone();
  1859             Locale that = (Locale)super.clone();
  1860             return that;
  1860             return that;
  1861         } catch (CloneNotSupportedException e) {
  1861         } catch (CloneNotSupportedException e) {
  1862             throw new InternalError();
  1862             throw new InternalError(e);
  1863         }
  1863         }
  1864     }
  1864     }
  1865 
  1865 
  1866     /**
  1866     /**
  1867      * Override hashCode.
  1867      * Override hashCode.