--- old/src/java.naming/share/classes/javax/naming/ldap/ExtendedRequest.java 2015-08-04 13:14:54.184900831 +0300 +++ new/src/java.naming/share/classes/javax/naming/ldap/ExtendedRequest.java 2015-08-04 13:14:53.912900825 +0300 @@ -43,7 +43,7 @@ * the classes that implement this interface, supplying them with * any information required for a particular extended operation request. * It would then pass such a class as an argument to the - * LdapContext.extendedOperation() method for performing the + * {@code LdapContext.extendedOperation()} method for performing the * LDAPv3 extended operation. *

* For example, suppose the LDAP server supported a 'get time' extended operation. @@ -90,7 +90,7 @@ * Retrieves the object identifier of the request. * * @return The non-null object identifier string representing the LDAP - * ExtendedRequest.requestName component. + * {@code ExtendedRequest.requestName} component. */ public String getID(); @@ -104,7 +104,7 @@ * put into the extended operation to be sent to the LDAP server. * * @return A possibly null byte array representing the ASN.1 BER encoded - * contents of the LDAP ExtendedRequest.requestValue + * contents of the LDAP {@code ExtendedRequest.requestValue} * component. * @exception IllegalStateException If the encoded value cannot be retrieved * because the request contains insufficient or invalid data/state.