jdk/src/share/classes/java/security/cert/X509CertSelector.java
changeset 10419 12c063b39232
parent 10336 0bb1999251f8
child 18551 882a3948c6e6
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
  2613                 copy.pathToGeneralNames = cloneSet(pathToGeneralNames);
  2613                 copy.pathToGeneralNames = cloneSet(pathToGeneralNames);
  2614             }
  2614             }
  2615             return copy;
  2615             return copy;
  2616         } catch (CloneNotSupportedException e) {
  2616         } catch (CloneNotSupportedException e) {
  2617             /* Cannot happen */
  2617             /* Cannot happen */
  2618             throw new InternalError(e.toString());
  2618             throw new InternalError(e.toString(), e);
  2619         }
  2619         }
  2620     }
  2620     }
  2621 }
  2621 }