--- old/src/share/classes/java/security/cert/CRLException.java 2013-06-21 17:28:20.745838578 -0700 +++ new/src/share/classes/java/security/cert/CRLException.java 2013-06-21 17:28:20.569838581 -0700 @@ -57,7 +57,7 @@ } /** - * Creates a CRLException with the specified + * Creates a {@code CRLException} with the specified * detail message and cause. * * @param message the detail message (which is saved for later retrieval @@ -72,7 +72,7 @@ } /** - * Creates a CRLException with the specified cause + * Creates a {@code CRLException} with the specified cause * and a detail message of (cause==null ? null : cause.toString()) * (which typically contains the class and detail message of * cause).