--- old/src/share/classes/java/sql/PreparedStatement.java 2012-09-29 15:32:37.000000000 -0400 +++ new/src/share/classes/java/sql/PreparedStatement.java 2012-09-29 15:32:37.000000000 -0400 @@ -342,8 +342,9 @@ * this method is called on a closed PreparedStatement * @exception SQLFeatureNotSupportedException if the JDBC driver does not support * this method - * @deprecated + * @deprecated Use {@code setCharacterStream} */ + @Deprecated void setUnicodeStream(int parameterIndex, java.io.InputStream x, int length) throws SQLException;