--- old/src/jdk.jartool/share/classes/sun/security/tools/jarsigner/TimestampedSigner.java 2015-08-18 14:21:24.221017923 +0400 +++ new/src/jdk.jartool/share/classes/sun/security/tools/jarsigner/TimestampedSigner.java 2015-08-18 14:21:23.985017933 +0400 @@ -141,9 +141,9 @@ /** * Examine the certificate for a Subject Information Access extension * (RFC 5280). - * The extension's accessMethod field should contain the object + * The extension's {@code accessMethod} field should contain the object * identifier defined for timestamping: 1.3.6.1.5.5.7.48.3 and its - * accessLocation field should contain an HTTP or HTTPS URL. + * {@code accessLocation} field should contain an HTTP or HTTPS URL. * * @param tsaCertificate An X.509 certificate for the TSA. * @return An HTTP or HTTPS URI or null if none was found.