jdk/src/share/classes/java/util/ResourceBundle.java
changeset 10419 12c063b39232
parent 9224 75c0420badef
child 11130 c7093e306a34
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   612                 // Clear the reference to a Throwable
   612                 // Clear the reference to a Throwable
   613                 clone.cause = null;
   613                 clone.cause = null;
   614                 return clone;
   614                 return clone;
   615             } catch (CloneNotSupportedException e) {
   615             } catch (CloneNotSupportedException e) {
   616                 //this should never happen
   616                 //this should never happen
   617                 throw new InternalError();
   617                 throw new InternalError(e);
   618             }
   618             }
   619         }
   619         }
   620 
   620 
   621         String getFormat() {
   621         String getFormat() {
   622             return format;
   622             return format;