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

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

@@ -95,10 +95,11 @@
  * implementations should but are not required to provide <code>String</code>
  * and integer index based constructors to provide for JDBC RowSet Implementation
  * applications that use both column identification conventions.
  *
  * @author Jonathan Bruce, Amit Handa
+ * @since 1.5
  *
  */
 
  // <h3>3.0 FilteredRowSet Internals</h3>
  // internalNext, Frist, Last. Discuss guidelines on how to approach this