src/share/classes/javax/sql/rowset/serial/SerialClob.java

Print this page
rev 10065 : 8046389: Add missing @since tag under javax.sql.**
Reviewed-by:

*** 47,57 **** --- 47,59 ---- * <h3> Thread safety </h3> * * <p> 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 { /** * A serialized array of characters containing the data of the SQL