< prev index next >

src/java.sql/share/classes/java/sql/DriverManager.java

Print this page

        

@@ -76,10 +76,11 @@
  * initialization and those loaded explicitly using the same class loader
  * as the current application.
  *
  * @see Driver
  * @see Connection
+ * @since 1.1
  */
 public class DriverManager {
 
 
     // List of registered JDBC drivers
< prev index next >