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 da...@apache.org on 2007/04/20 04:38:45 UTC

svn commit: r530616 - /db/derby/code/trunk/java/client/org/apache/derby/client/am/Lob.java

Author: dag
Date: Thu Apr 19 19:38:44 2007
New Revision: 530616

URL: http://svn.apache.org/viewvc?view=rev&rev=530616
Log:
DERBY-2540 Single javadoc fix

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

Modified: db/derby/code/trunk/java/client/org/apache/derby/client/am/Lob.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Lob.java?view=diff&rev=530616&r1=530615&r2=530616
==============================================================================
--- db/derby/code/trunk/java/client/org/apache/derby/client/am/Lob.java (original)
+++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Lob.java Thu Apr 19 19:38:44 2007
@@ -98,7 +98,7 @@
      * methods that make changes to the length of the Lob.
      * NOTE: The caller needs to deal with synchronization.
      *
-     * @param the new length of the Lob value
+     * @param length the new length of the Lob value
      */
     void setSqlLength(long length)
     {