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

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

@@ -120,10 +120,11 @@
  * <p>
  * Furthermore, only rows that fall within the bounds of a filter will be
  * synchronized with the data source.
  *
  * @author Jonathan Bruce
+ * @since 1.5
  */
 
 public interface FilteredRowSet extends WebRowSet {
 
    /**