jdk/src/share/classes/javax/swing/text/ElementIterator.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 21278 ef8a3a2a72f2
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   155                     it.elementStack.push(clonee);
   155                     it.elementStack.push(clonee);
   156                 }
   156                 }
   157             }
   157             }
   158             return it;
   158             return it;
   159         } catch (CloneNotSupportedException e) {
   159         } catch (CloneNotSupportedException e) {
   160             throw new InternalError();
   160             throw new InternalError(e);
   161         }
   161         }
   162     }
   162     }
   163 
   163 
   164 
   164 
   165     /**
   165     /**