8172254: Typo in DriverManager implNote

Reviewed-by: mchung, alanb
This commit is contained in:
Lance Andersen 2017-01-04 14:59:18 -05:00
parent ea8bb5ad41
commit 33703528b4

View File

@ -64,7 +64,7 @@ import jdk.internal.reflect.Reflection;
*</ul>
*
*<P>
* @ImplNote
* @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