8015340: remove erroneous @since tag

Reviewed-by: darcy
This commit is contained in:
Lance Andersen 2013-09-12 13:20:26 -04:00
parent 04a877811a
commit 383970e790

View File

@ -954,7 +954,6 @@ public interface PreparedStatement extends Statement {
* the JDBC driver does not support this data type * the JDBC driver does not support this data type
* @see Types * @see Types
* *
* @since 1.6
*/ */
void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
throws SQLException; throws SQLException;