mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-05 13:40:18 +00:00
8138661: Minor correction in Java API doc for DataSource
Reviewed-by: naoto
This commit is contained in:
parent
9dcafe04f0
commit
7cb94a8bf8
@ -64,7 +64,7 @@ import java.sql.Wrapper;
|
||||
* <P>
|
||||
* A driver that is accessed via a {@code DataSource} object does not
|
||||
* register itself with the {@code DriverManager}. Rather, a
|
||||
* {@code DataSource} object is retrieved though a lookup operation
|
||||
* {@code DataSource} object is retrieved through a lookup operation
|
||||
* and then used to create a {@code Connection} object. With a basic
|
||||
* implementation, the connection obtained through a {@code DataSource}
|
||||
* object is identical to a connection obtained through the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user