Author: kahatlen
Date: Mon Jul 21 07:17:44 2008
New Revision: 678430
URL: http://svn.apache.org/viewvc?rev=678430&view=rev
Log:
Removed @param tag for non-existent parameter and corrected @return tag
Modified:
db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedBlob.java
Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedBlob.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedBlob.java?rev=678430&r1=678429&r2=678430&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedBlob.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedBlob.java Mon Jul 21 07:17:44
2008
@@ -255,8 +255,8 @@
* Depending on the representation, this might result in a read from a byte
* array, a temporary file on disk or from a Derby store stream.
*
- * @param pos the 0-based position in the Blob to read
- * @return The byte at the specified position.
+ * @return the byte at the current position, or -1 if end of file has been
+ * reached
* @throws IOException if reading from the underlying data representation
* fails
*/
|