< prev index next >

src/java.naming/share/classes/com/sun/jndi/ldap/BerDecoder.java

Print this page

        

@@ -293,11 +293,11 @@
      * @param tag The tag to look for.
      * @param rlen An array for returning the relative parsed position. If null,
      *          the relative parsed position is not returned.
      * @return A non-null array containing the octet string.
      * @throws DecodeException If the next byte in the BER buffer is not
-     * <tt>tag</tt>, or if length specified in the BER buffer exceeds the
+     * {@code tag}, or if length specified in the BER buffer exceeds the
      * number of bytes left in the buffer.
      */
     public byte[] parseOctetString(int tag, int rlen[]) throws DecodeException {
 
         int origOffset = offset;
< prev index next >