jdk/src/share/classes/javax/sql/rowset/serial/SerialStruct.java
changeset 24968 3308660aa3f2
parent 18564 f9db68ff2cbb
equal deleted inserted replaced
24967:582420f5ab6c 24968:3308660aa3f2
    55  *
    55  *
    56  * A SerialStruct is not safe for use by multiple concurrent threads.  If a
    56  * A SerialStruct is not safe for use by multiple concurrent threads.  If a
    57  * SerialStruct is to be used by more than one thread then access to the
    57  * SerialStruct is to be used by more than one thread then access to the
    58  * SerialStruct should be controlled by appropriate synchronization.
    58  * SerialStruct should be controlled by appropriate synchronization.
    59  *
    59  *
       
    60  * @since 1.5
    60  */
    61  */
    61 public class SerialStruct implements Struct, Serializable, Cloneable {
    62 public class SerialStruct implements Struct, Serializable, Cloneable {
    62 
    63 
    63 
    64 
    64     /**
    65     /**