jdk/src/share/classes/javax/sql/DataSource.java
changeset 18156 edb590d448c5
parent 15278 e081d3f73b75
child 18564 f9db68ff2cbb
--- a/jdk/src/share/classes/javax/sql/DataSource.java	Mon Jun 10 12:26:20 2013 +0200
+++ b/jdk/src/share/classes/javax/sql/DataSource.java	Mon Jun 10 12:58:32 2013 +0100
@@ -82,7 +82,7 @@
    *
    * @return  a connection to the data source
    * @exception SQLException if a database access error occurs
-   * @throws SQLTimeoutException  when the driver has determined that the
+   * @throws java.sql.SQLTimeoutException  when the driver has determined that the
    * timeout value specified by the {@code setLoginTimeout} method
    * has been exceeded and has at least tried to cancel the
    * current database connection attempt
@@ -98,7 +98,7 @@
    * @param password the user's password
    * @return  a connection to the data source
    * @exception SQLException if a database access error occurs
-   * @throws SQLTimeoutException  when the driver has determined that the
+   * @throws java.sql.SQLTimeoutException  when the driver has determined that the
    * timeout value specified by the {@code setLoginTimeout} method
    * has been exceeded and has at least tried to cancel the
    * current database connection attempt