< prev index next >

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

Print this page

        

@@ -61,11 +61,10 @@
  *
  * <li>Service providers of the {@code java.sql.Driver} class, that are loaded
  * via the {@linkplain ServiceLoader#load service-provider loading} mechanism.
  *</ul>
  *
- *<P>
  * @implNote
  * {@code DriverManager} initialization is done lazily and looks up service
  * providers using the thread context class loader.  The drivers loaded and
  * available to an application will depend on the thread context class loader of
  * the thread that triggers driver initialization by {@code DriverManager}.
< prev index next >