--- old/src/java.naming/share/classes/javax/naming/ldap/ExtendedResponse.java 2015-08-04 13:14:55.036900850 +0300 +++ new/src/java.naming/share/classes/javax/naming/ldap/ExtendedResponse.java 2015-08-04 13:14:54.660900842 +0300 @@ -78,7 +78,7 @@ * If the server does not send it, the response will contain no ID (i.e. null). * * @return A possibly null object identifier string representing the LDAP - * ExtendedResponse.responseName component. + * {@code ExtendedResponse.responseName} component. */ public String getID(); @@ -90,7 +90,7 @@ * the response value. It does not include the response OID. * * @return A possibly null byte array representing the ASN.1 BER encoded - * contents of the LDAP ExtendedResponse.response + * contents of the LDAP {@code ExtendedResponse.response} * component. */ public byte[] getEncodedValue();