You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2017/09/21 15:09:51 UTC

svn commit: r1809171 - /poi/trunk/src/java/org/apache/poi/util/LittleEndian.java

Author: nick
Date: Thu Sep 21 15:09:50 2017
New Revision: 1809171

URL: http://svn.apache.org/viewvc?rev=1809171&view=rev
Log:
Javadoc fix

Modified:
    poi/trunk/src/java/org/apache/poi/util/LittleEndian.java

Modified: poi/trunk/src/java/org/apache/poi/util/LittleEndian.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/util/LittleEndian.java?rev=1809171&r1=1809170&r2=1809171&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/util/LittleEndian.java (original)
+++ poi/trunk/src/java/org/apache/poi/util/LittleEndian.java Thu Sep 21 15:09:50 2017
@@ -64,7 +64,7 @@ public class LittleEndian implements Lit
      *            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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org