src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialBlob.java
changeset 58338 faf791c5a710
parent 54106 9a90236ab64c
equal deleted inserted replaced
58337:270abce77942 58338:faf791c5a710
    71 
    71 
    72     /**
    72     /**
    73      * The internal representation of the <code>Blob</code> object on which this
    73      * The internal representation of the <code>Blob</code> object on which this
    74      * <code>SerialBlob</code> object is based.
    74      * <code>SerialBlob</code> object is based.
    75      */
    75      */
       
    76     @SuppressWarnings("serial") // Not statically typed as Serializable; checked in writeObject
    76     private Blob blob;
    77     private Blob blob;
    77 
    78 
    78     /**
    79     /**
    79      * The number of bytes in this <code>SerialBlob</code> object's
    80      * The number of bytes in this <code>SerialBlob</code> object's
    80      * array of bytes.
    81      * array of bytes.