author | lancea |
Thu, 12 Sep 2013 13:20:26 -0400 | |
changeset 19849 | 49c0b1bda5db |
parent 19848 | 0cac8db40be5 |
child 19850 | 93b368e54c1c |
jdk/src/share/classes/java/sql/PreparedStatement.java | file | annotate | diff | comparison | revisions |
--- a/jdk/src/share/classes/java/sql/PreparedStatement.java Thu Sep 12 10:58:38 2013 -0400 +++ b/jdk/src/share/classes/java/sql/PreparedStatement.java Thu Sep 12 13:20:26 2013 -0400 @@ -954,7 +954,6 @@ * the JDBC driver does not support this data type * @see Types * - * @since 1.6 */ void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException;