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

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

*** 215,224 **** --- 215,225 ---- * the <code>JoinRowSet</code> object supports a given type. * <LI>A method to make a separate copy of the <code>JoinRowSet</code> object<BR> * This method creates a copy that can be persisted to the data source. * </UL> * + * @since 1.5 */ public interface JoinRowSet extends WebRowSet { /**