jdk/src/share/classes/java/util/Currency.java
changeset 10419 12c063b39232
parent 9035 1255eb81cc2f
child 11138 9121a1a92512
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   219                     otherCurrencies = dis.readUTF();
   219                     otherCurrencies = dis.readUTF();
   220                     otherCurrenciesDFD = readIntArray(dis, ocCount);
   220                     otherCurrenciesDFD = readIntArray(dis, ocCount);
   221                     otherCurrenciesNumericCode = readIntArray(dis, ocCount);
   221                     otherCurrenciesNumericCode = readIntArray(dis, ocCount);
   222                     dis.close();
   222                     dis.close();
   223                 } catch (IOException e) {
   223                 } catch (IOException e) {
   224                     InternalError ie = new InternalError();
   224                     throw new InternalError(e);
   225                     ie.initCause(e);
       
   226                     throw ie;
       
   227                 }
   225                 }
   228 
   226 
   229                 // look for the properties file for overrides
   227                 // look for the properties file for overrides
   230                 try {
   228                 try {
   231                     File propFile = new File(homeDir + File.separator +
   229                     File propFile = new File(homeDir + File.separator +