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 53b55eb4c3
commit fc0e5c0f22
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class LittleEndian implements LittleEndianConsts
* Number of bytes to copy. * Number of bytes to copy.
* @return The byteArray value * @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 * @throws IndexOutOfBoundsException
* - if copying would cause access of data outside array bounds. * - if copying would cause access of data outside array bounds.