--- old/src/java.base/share/classes/sun/security/x509/CertificateExtensions.java 2015-08-18 14:21:08.437018632 +0400 +++ new/src/java.base/share/classes/sun/security/x509/CertificateExtensions.java 2015-08-18 14:21:08.225018641 +0400 @@ -289,8 +289,8 @@ /** * Compares this CertificateExtensions for equality with the specified - * object. If the other object is an - * instanceof CertificateExtensions, then + * object. If the {@code other} object is an + * {@code instanceof} {@code CertificateExtensions}, then * all the entries are compared with the entries from this. * * @param other the object to test for equality with this @@ -339,10 +339,10 @@ } /** - * Returns a string representation of this CertificateExtensions + * Returns a string representation of this {@code CertificateExtensions} * object in the form of a set of entries, enclosed in braces and separated - * by the ASCII characters "" (comma and space). - *

Overrides to toString method of Object. + * by the ASCII characters "" (comma and space). + *

Overrides to {@code toString} method of {@code Object}. * * @return a string representation of this CertificateExtensions. */