--- old/src/java.naming/share/classes/com/sun/jndi/ldap/BerDecoder.java 2015-05-18 17:53:44.280753406 +0400 +++ new/src/java.naming/share/classes/com/sun/jndi/ldap/BerDecoder.java 2015-05-18 17:53:44.124753406 +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 - * tag, 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 {