< prev index next >

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

Print this page

        

@@ -447,11 +447,11 @@
     /**
      * Retrieves a Stream with all of the currently loaded JDBC drivers
      * to which the current caller has access.
      *
      * @return the stream of JDBC Drivers loaded by the caller's class loader
-     * @since 1.9
+     * @since 9
      */
     @CallerSensitive
     public static Stream<Driver> drivers() {
         ensureDriversInitialized();
 
< prev index next >