Author: kristwaa
Date: Thu Aug 28 04:33:22 2008
New Revision: 689788
URL: http://svn.apache.org/viewvc?rev=689788&view=rev
Log:
Fixed JavaDoc tag.
Modified:
db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/InternalClob.java
Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/InternalClob.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/InternalClob.java?rev=689788&r1=689787&r2=689788&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/InternalClob.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/InternalClob.java Thu Aug 28
04:33:22 2008
@@ -87,7 +87,7 @@
*
* @param characterPosition character position. The first character is at
* position <code>1</code>.
- * @return A <code>Reader</coder> serving the content of the Clob.
+ * @return A {@code Reader} serving the content of the Clob.
* @throws EOFException if the position is larger then the Clob
* @throws IOException if accessing underlying I/O resources fail
* @throws SQLException if accessing underlying resources fail
|