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 ka...@apache.org on 2007/10/11 15:43:41 UTC

svn commit: r583823 - /db/derby/code/trunk/java/client/org/apache/derby/client/am/Blob.java

Author: kahatlen
Date: Thu Oct 11 06:43:41 2007
New Revision: 583823

URL: http://svn.apache.org/viewvc?rev=583823&view=rev
Log:
Fixed javadoc.

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

Modified: db/derby/code/trunk/java/client/org/apache/derby/client/am/Blob.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Blob.java?rev=583823&r1=583822&r2=583823&view=diff
==============================================================================
--- db/derby/code/trunk/java/client/org/apache/derby/client/am/Blob.java (original)
+++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Blob.java Thu Oct 11 06:43:41 2007
@@ -739,12 +739,12 @@
         return true;
     }
     
-    /*
+    /**
      * Checks is isValid is true. If it is not true throws 
      * a SQLException stating that a method has been called on
      * an invalid LOB object
      *
-     * throws SQLException if isvalid is not true.
+     * @throws SQLException if isValid is not true
      */
     private void checkValidity() throws SQLException{
         if(!isValid)