jdk/src/java.sql/share/classes/javax/sql/CommonDataSource.java
changeset 40533 ec047f91988e
parent 35277 eb4794f43d20
--- a/jdk/src/java.sql/share/classes/javax/sql/CommonDataSource.java	Mon Aug 22 19:28:36 2016 -0700
+++ b/jdk/src/java.sql/share/classes/javax/sql/CommonDataSource.java	Tue Aug 23 10:30:16 2016 -0400
@@ -57,7 +57,6 @@
      *        logging is disabled
      * @exception java.sql.SQLException if a database access error occurs
      * @see #setLogWriter
-     * @since 1.4
      */
     java.io.PrintWriter getLogWriter() throws SQLException;
 
@@ -79,7 +78,6 @@
      * @param out the new log writer; to disable logging, set to null
      * @exception SQLException if a database access error occurs
      * @see #getLogWriter
-     * @since 1.4
      */
     void setLogWriter(java.io.PrintWriter out) throws SQLException;
 
@@ -94,7 +92,6 @@
      * @param seconds the data source login time limit
      * @exception SQLException if a database access error occurs.
      * @see #getLoginTimeout
-     * @since 1.4
      */
     void setLoginTimeout(int seconds) throws SQLException;
 
@@ -109,7 +106,6 @@
      * @return the data source login time limit
      * @exception SQLException if a database access error occurs.
      * @see #setLoginTimeout
-     * @since 1.4
      */
     int getLoginTimeout() throws SQLException;