--- old/src/share/classes/java/security/cert/CertPathValidatorException.java 2013-06-10 10:37:44.397879246 +0100 +++ new/src/share/classes/java/security/cert/CertPathValidatorException.java 2013-06-10 10:37:44.129879252 +0100 @@ -141,8 +141,8 @@ * that caused the error (or -1 if not applicable). Note that * the list of certificates in a CertPath is zero based. * @throws IndexOutOfBoundsException if the index is out of range - * (index < -1 || (certPath != null && index >= - * certPath.getCertificates().size()) + * {@code (index < -1 || (certPath != null && index >= + * certPath.getCertificates().size()) } * @throws IllegalArgumentException if certPath is * null and index is not -1 */ @@ -164,8 +164,8 @@ * the list of certificates in a CertPath is zero based. * @param reason the reason the validation failed * @throws IndexOutOfBoundsException if the index is out of range - * (index < -1 || (certPath != null && index >= - * certPath.getCertificates().size()) + * {@code (index < -1 || (certPath != null && index >= + * certPath.getCertificates().size()) } * @throws IllegalArgumentException if certPath is * null and index is not -1 * @throws NullPointerException if reason is null