jdk/src/java.base/share/classes/sun/security/pkcs/PKCS7.java
changeset 32275 17eeb583a331
parent 31538 0981099a3e54
--- a/jdk/src/java.base/share/classes/sun/security/pkcs/PKCS7.java	Tue Aug 25 18:40:32 2015 +0300
+++ b/jdk/src/java.base/share/classes/sun/security/pkcs/PKCS7.java	Tue Aug 25 18:45:09 2015 +0300
@@ -46,9 +46,9 @@
 
 /**
  * PKCS7 as defined in RSA Laboratories PKCS7 Technical Note. Profile
- * Supports only <tt>SignedData</tt> ContentInfo
+ * Supports only {@code SignedData} ContentInfo
  * type, where to the type of data signed is plain Data.
- * For signedData, <tt>crls</tt>, <tt>attributes</tt> and
+ * For signedData, {@code crls}, {@code attributes} and
  * PKCS#6 Extended Certificates are not supported.
  *
  * @author Benjamin Renaud