src/share/classes/javax/sql/rowset/CachedRowSet.java

Print this page

        

@@ -996,11 +996,10 @@
     * The key used by the <code>TreeMap</code> collection is determined by the
     * implementation, which may choose to leverage a set key that is
     * available within the internal <code>RowSet</code> tabular structure by
     * virtue of a key already set either on the <code>RowSet</code> object
     * itself or on the underlying SQL data.
-    * <P>
     *
     * @return a <code>Collection</code> object that contains the values in
     * each row in this <code>CachedRowSet</code> object
     * @throws SQLException if an error occurs generating the collection
     * @see #toCollection(int)