8011393: Typo in javadoc for SerialClob.truncate

Reviewed-by: darcy
This commit is contained in:
Lance Andersen 2013-04-03 12:47:15 -04:00
parent 963ad66352
commit fb6bf29f89

View File

@ -508,7 +508,7 @@ public class SerialClob implements Clob, Serializable, Cloneable {
*
* @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
*/