Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2017-09-21 15:09:50 +00:00
parent 9cade10fa4
commit dc9416ec4d

View File

@ -64,7 +64,7 @@ public class LittleEndian implements LittleEndianConsts
* Number of bytes to copy.
* @return The byteArray value
*
* @see #getByteArray(byte[], int, int, long) if size is not a constant
* @see #getByteArray(byte[], int, int, int) if size is not a constant
*
* @throws IndexOutOfBoundsException
* - if copying would cause access of data outside array bounds.