--- old/src/share/classes/javax/sql/rowset/serial/SerialClob.java 2014-06-09 14:18:40.664501868 -0700 +++ new/src/share/classes/javax/sql/rowset/serial/SerialClob.java 2014-06-09 14:18:40.531168530 -0700 @@ -49,7 +49,9 @@ *

A SerialClob is not safe for use by multiple concurrent threads. If a * SerialClob is to be used by more than one thread then access to the SerialClob * should be controlled by appropriate synchronization. + * * @author Jonathan Bruce + * @since 1.5 */ public class SerialClob implements Clob, Serializable, Cloneable {