--- old/src/java.sql/share/classes/javax/sql/ConnectionPoolDataSource.java 2017-03-14 00:53:19.104152498 -0700 +++ new/src/java.sql/share/classes/javax/sql/ConnectionPoolDataSource.java 2017-03-14 00:53:18.861152502 -0700 @@ -74,28 +74,28 @@ /** * {@inheritDoc} - * @since 1.4 + * @since 9 */ @Override java.io.PrintWriter getLogWriter() throws SQLException; /** * {@inheritDoc} - * @since 1.4 + * @since 9 */ @Override void setLogWriter(java.io.PrintWriter out) throws SQLException; /** * {@inheritDoc} - * @since 1.4 + * @since 9 */ @Override void setLoginTimeout(int seconds) throws SQLException; /** * {@inheritDoc} - * @since 1.4 + * @since 9 */ @Override int getLoginTimeout() throws SQLException;