jdk/src/java.naming/share/classes/com/sun/jndi/ldap/BerDecoder.java
changeset 30655 d83f50188ca9
parent 28551 6533404b7ce1
--- a/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/BerDecoder.java	Tue May 19 10:05:02 2015 +0200
+++ b/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/BerDecoder.java	Tue May 19 16:04:14 2015 +0400
@@ -295,7 +295,7 @@
      *          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 {