jdk/src/share/classes/javax/sql/rowset/serial/SerialJavaObject.java
changeset 24968 3308660aa3f2
parent 24197 a5c2cff81e25
equal deleted inserted replaced
24967:582420f5ab6c 24968:3308660aa3f2
    52  * A SerialJavaObject is not safe for use by multiple concurrent threads.  If a
    52  * A SerialJavaObject is not safe for use by multiple concurrent threads.  If a
    53  * SerialJavaObject is to be used by more than one thread then access to the
    53  * SerialJavaObject is to be used by more than one thread then access to the
    54  * SerialJavaObject should be controlled by appropriate synchronization.
    54  * SerialJavaObject should be controlled by appropriate synchronization.
    55  *
    55  *
    56  * @author Jonathan Bruce
    56  * @author Jonathan Bruce
       
    57  * @since 1.5
    57  */
    58  */
    58 public class SerialJavaObject implements Serializable, Cloneable {
    59 public class SerialJavaObject implements Serializable, Cloneable {
    59 
    60 
    60     /**
    61     /**
    61      * Placeholder for object to be serialized.
    62      * Placeholder for object to be serialized.