--- old/src/java.base/share/classes/sun/security/pkcs/SignerInfo.java 2015-08-18 14:21:06.753018707 +0400 +++ new/src/java.base/share/classes/sun/security/pkcs/SignerInfo.java 2015-08-18 14:21:06.541018717 +0400 @@ -180,7 +180,7 @@ /** * DER encode this object onto an output stream. - * Implements the DerEncoder interface. + * Implements the {@code DerEncoder} interface. * * @param out * the output stream on which to write the DER encoding. @@ -454,7 +454,7 @@ * Extracts a timestamp from a PKCS7 SignerInfo. * * Examines the signer's unsigned attributes for a - * signatureTimestampToken attribute. If present, + * {@code signatureTimestampToken} attribute. If present, * then it is parsed to extract the date and time at which the * timestamp was generated. *