You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/04/14 20:13:46 UTC

svn commit: r764910 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java

Author: mturk
Date: Tue Apr 14 18:13:45 2009
New Revision: 764910

URL: http://svn.apache.org/viewvc?rev=764910&view=rev
Log:
Fix some javadoc typos

Modified:
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java?rev=764910&r1=764909&r2=764910&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java Tue Apr 14 18:13:45 2009
@@ -153,7 +153,7 @@
      *
      * @throws NullPointerException if <code>buf</code> is null
      * @throws IllegalArgumentException if <code>count</code> is less then <code>1</code>
-     * @throws IOIndexOutOfBoundsException if copying would cause access of
+     * @throws IndexOutOfBoundsException if copying would cause access of
      *         data outside ByteBuffer bounds.
      */
     public static native void set(ByteBuffer buf, int c, int count)