]> source.dussan.org Git - poi.git/commitdiff
Javadoc fix
authorNick Burch <nick@apache.org>
Thu, 21 Sep 2017 15:09:50 +0000 (15:09 +0000)
committerNick Burch <nick@apache.org>
Thu, 21 Sep 2017 15:09:50 +0000 (15:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809171 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/util/LittleEndian.java

index 2bd1b3ab167741d247fed3e42e7ed3ad9d80de0c..7aa95a5eb66f268036817604039be89dedee6b54 100644 (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.