jdk/src/java.sql/share/classes/java/sql/DriverManager.java
changeset 44256 12050b22e372
parent 42995 a953f0d20217
child 45885 562fed91cd84
equal deleted inserted replaced
44255:515cf13d7791 44256:12050b22e372
    76  * initialization and those loaded explicitly using the same class loader
    76  * initialization and those loaded explicitly using the same class loader
    77  * as the current application.
    77  * as the current application.
    78  *
    78  *
    79  * @see Driver
    79  * @see Driver
    80  * @see Connection
    80  * @see Connection
       
    81  * @since 1.1
    81  */
    82  */
    82 public class DriverManager {
    83 public class DriverManager {
    83 
    84 
    84 
    85 
    85     // List of registered JDBC drivers
    86     // List of registered JDBC drivers