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

Print this page
rev 10065 : 8046389: Add missing @since tag under javax.sql.**
Reviewed-by:

@@ -289,10 +289,12 @@
 * Methods implemented in extensions of this <code>BaseRowSet</code> class <b>must</b> throw an
 * <code>SQLException</code> object for any violation of the defined assertions.  Also, if the
 * extending class overrides and reimplements any <code>BaseRowSet</code> method and encounters
 * connectivity or underlying data source issues, that method <b>may</b> in addition throw an
 * <code>SQLException</code> object for that reason.
+*
+* @since 1.5
 */
 
 public abstract class BaseRowSet implements Serializable, Cloneable {
 
     /**