You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by kr...@apache.org on 2007/05/09 15:21:26 UTC

svn commit: r536511 - /db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobLocatorInputStream.java

Author: kristwaa
Date: Wed May  9 06:21:25 2007
New Revision: 536511

URL: http://svn.apache.org/viewvc?view=rev&rev=536511
Log:
DERBY-2621: Fix javadoc issues related to locator work.
Patch file: JavadocFix_v1.diff

Patch contributed by V.Narayanan.

Modified:
    db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobLocatorInputStream.java

Modified: db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobLocatorInputStream.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobLocatorInputStream.java?view=diff&rev=536511&r1=536510&r2=536511
==============================================================================
--- db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobLocatorInputStream.java (original)
+++ db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobLocatorInputStream.java Wed May  9 06:21:25 2007
@@ -77,7 +77,7 @@
      *        <code>Blob</code> value from the server
      * @param blob <code>Blob</code> object that contains locator for
      *        the <code>Blob</code> value on the server.
-     * @param offset the offset in the <code>Blob</code> of the first
+     * @param position the position in the <code>Blob</code> of the first
      *        byte to read.  
      * @param length the maximum number of bytes to read from
      *        the <code>Blob</code>.