--- old/src/java.naming/share/classes/com/sun/jndi/ldap/UnsolicitedResponseImpl.java 2015-05-18 19:54:59.504747428 +0400 +++ new/src/java.naming/share/classes/com/sun/jndi/ldap/UnsolicitedResponseImpl.java 2015-05-18 19:54:59.352747428 +0400 @@ -65,7 +65,7 @@ * Retrieves the object identifier of the response. * * @return A possibly null object identifier string representing the LDAP - * ExtendedResponse.responseName component. + * {@code ExtendedResponse.responseName} component. */ public String getID() { return oid; @@ -79,7 +79,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() {