jdk/src/share/classes/javax/sql/PooledConnection.java
changeset 14014 da3648e13e67
parent 5506 202f599c92aa
child 14342 8435a30053c1
--- a/jdk/src/share/classes/javax/sql/PooledConnection.java	Sat Sep 29 15:44:06 2012 +0400
+++ b/jdk/src/share/classes/javax/sql/PooledConnection.java	Mon Oct 01 15:36:57 2012 +0100
@@ -102,7 +102,7 @@
    * @return  a <code>Connection</code> object that is a handle to
    *          this <code>PooledConnection</code> object
    * @exception SQLException if a database access error occurs
-   * @exception SQLFeatureNotSupportedException if the JDBC driver does not support
+   * @exception java.sql.SQLFeatureNotSupportedException if the JDBC driver does not support
    * this method
    * @since 1.4
    */
@@ -117,7 +117,7 @@
    * information.
    *
    * @exception SQLException if a database access error occurs
-   * @exception SQLFeatureNotSupportedException if the JDBC driver does not support
+   * @exception java.sql.SQLFeatureNotSupportedException if the JDBC driver does not support
    * this method
    * @since 1.4
    */