--- old/src/share/classes/javax/naming/BinaryRefAddr.java 2013-06-10 10:38:11.621878620 +0100 +++ new/src/share/classes/javax/naming/BinaryRefAddr.java 2013-06-10 10:38:11.337878626 +0100 @@ -89,9 +89,9 @@ * @param src The non-null contents of the address as a byte array. * The contents of src is copied into the new BinaryRefAddr. * @param offset The starting index in src to get the bytes. - * 0 <= offset <= src.length. + * {@code 0 <= offset <= src.length}. * @param count The number of bytes to extract from src. - * 0 <= count <= src.length-offset. + * {@code 0 <= count <= src.length-offset}. */ public BinaryRefAddr(String addrType, byte[] src, int offset, int count) { super(addrType);