src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialStruct.java
changeset 58338 faf791c5a710
parent 54106 9a90236ab64c
equal deleted inserted replaced
58337:270abce77942 58338:faf791c5a710
    78      * ordered according to their order in the definition of the
    78      * ordered according to their order in the definition of the
    79      * SQL structured type.
    79      * SQL structured type.
    80      *
    80      *
    81      * @serial
    81      * @serial
    82      */
    82      */
       
    83     @SuppressWarnings("serial") // Not statically typed as Serializable
    83     private Object attribs[];
    84     private Object attribs[];
    84 
    85 
    85     /**
    86     /**
    86      * Constructs a <code>SerialStruct</code> object from the given
    87      * Constructs a <code>SerialStruct</code> object from the given
    87      * <code>Struct</code> object, using the given <code>java.util.Map</code>
    88      * <code>Struct</code> object, using the given <code>java.util.Map</code>