--- old/src/java.base/share/classes/sun/security/pkcs/PKCS7.java 2015-08-18 14:21:06.201018732 +0400 +++ new/src/java.base/share/classes/sun/security/pkcs/PKCS7.java 2015-08-18 14:21:05.941018744 +0400 @@ -46,9 +46,9 @@ /** * PKCS7 as defined in RSA Laboratories PKCS7 Technical Note. Profile - * Supports only SignedData ContentInfo + * Supports only {@code SignedData} ContentInfo * type, where to the type of data signed is plain Data. - * For signedData, crls, attributes and + * For signedData, {@code crls}, {@code attributes} and * PKCS#6 Extended Certificates are not supported. * * @author Benjamin Renaud