You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2008/01/29 11:57:29 UTC

svn commit: r616252 - /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java

Author: tellison
Date: Tue Jan 29 02:57:28 2008
New Revision: 616252

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

Modified:
    harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java

Modified: harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java?rev=616252&r1=616251&r2=616252&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java Tue Jan 29 02:57:28 2008
@@ -718,7 +718,7 @@
      * 
      * @param byteOrder
      *            The byte order to set. If <code>null</code> then the order
-     *            will be {@link ByteOrder.LITTLE_ENDIAN LITTLE_ENDIAN}.
+     *            will be {@link ByteOrder#LITTLE_ENDIAN LITTLE_ENDIAN}.
      * @return This buffer
      * @see ByteOrder
      */