mirror of https://github.com/apache/poi.git
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53b55eb4c3
commit
fc0e5c0f22
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue