8011393: Typo in javadoc for SerialClob.truncate
authorlancea
Wed, 03 Apr 2013 12:47:15 -0400
changeset 16732 c96397eeca72
parent 16731 c6f7eeb4acc0
child 16733 9267ec7004a1
8011393: Typo in javadoc for SerialClob.truncate Reviewed-by: darcy
jdk/src/share/classes/javax/sql/rowset/serial/SerialClob.java
--- a/jdk/src/share/classes/javax/sql/rowset/serial/SerialClob.java	Wed Apr 03 13:41:12 2013 +0100
+++ b/jdk/src/share/classes/javax/sql/rowset/serial/SerialClob.java	Wed Apr 03 12:47:15 2013 -0400
@@ -508,7 +508,7 @@
      *
      * @param length the length, in bytes, to which the <code>CLOB</code>
      *        value should be truncated
-     * @throws SerialLException if there is an error accessing the
+     * @throws SerialException if there is an error accessing the
      *        <code>CLOB</code> value;
      * if the {@code free} method had been previously called on this object
      */