jdk/src/share/classes/java/text/Collator.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 13583 dc0017b1a452
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   459     public Object clone()
   459     public Object clone()
   460     {
   460     {
   461         try {
   461         try {
   462             return (Collator)super.clone();
   462             return (Collator)super.clone();
   463         } catch (CloneNotSupportedException e) {
   463         } catch (CloneNotSupportedException e) {
   464             throw new InternalError();
   464             throw new InternalError(e);
   465         }
   465         }
   466     }
   466     }
   467 
   467 
   468     /**
   468     /**
   469      * Compares the equality of two Collators.
   469      * Compares the equality of two Collators.