< prev index next >

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

Print this page

        

*** 447,457 **** /** * 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 */ @CallerSensitive public static Stream<Driver> drivers() { ensureDriversInitialized(); --- 447,457 ---- /** * 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 9 */ @CallerSensitive public static Stream<Driver> drivers() { ensureDriversInitialized();
< prev index next >