< prev index next >

src/java.naming/share/classes/javax/naming/ldap/ExtendedResponse.java

Print this page

        

@@ -76,11 +76,11 @@
       * Retrieves the object identifier of the response.
       * The LDAP protocol specifies that the response object identifier is optional.
       * 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
-      *         <tt>ExtendedResponse.responseName</tt> component.
+      *         {@code ExtendedResponse.responseName} component.
       */
     public String getID();
 
     /**
       * Retrieves the ASN.1 BER encoded value of the LDAP extended operation

@@ -88,11 +88,11 @@
       * sent by the LDAP server.
       * The result is the raw BER bytes including the tag and length of
       * 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 <tt>ExtendedResponse.response</tt>
+      *         contents of the LDAP {@code ExtendedResponse.response}
       *         component.
       */
     public byte[] getEncodedValue();
 
     //static final long serialVersionUID = -3320509678029180273L;
< prev index next >