jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialDatalink.java
changeset 25991 e48157b42439
parent 25976 4de01a56e3ee
parent 25859 3317bb8137f4
equal deleted inserted replaced
25876:d06a6d3c66c0 25991:e48157b42439
    59      */
    59      */
    60     private URL url;
    60     private URL url;
    61 
    61 
    62     /**
    62     /**
    63      * The SQL type of the elements in this <code>SerialDatalink</code>
    63      * The SQL type of the elements in this <code>SerialDatalink</code>
    64      * object.  The type is expressed as one of the contants from the
    64      * object.  The type is expressed as one of the constants from the
    65      * class <code>java.sql.Types</code>.
    65      * class <code>java.sql.Types</code>.
    66      * @serial
    66      * @serial
    67      */
    67      */
    68     private int baseType;
    68     private int baseType;
    69 
    69