# HG changeset patch
# User lancea
# Date 1365007635 14400
# Node ID c96397eeca724d4409b47dbf550636c74acedd6c
# Parent c6f7eeb4acc090ecb74bc6ad8a9c430cfdee36e7
8011393: Typo in javadoc for SerialClob.truncate
Reviewed-by: darcy
diff -r c6f7eeb4acc0 -r c96397eeca72 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 CLOB
* value should be truncated
- * @throws SerialLException if there is an error accessing the
+ * @throws SerialException if there is an error accessing the
* CLOB
value;
* if the {@code free} method had been previously called on this object
*/