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>
|
* <P>
|
||||||
* A driver that is accessed via a {@code DataSource} object does not
|
* A driver that is accessed via a {@code DataSource} object does not
|
||||||
* register itself with the {@code DriverManager}. Rather, a
|
* 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
|
* and then used to create a {@code Connection} object. With a basic
|
||||||
* implementation, the connection obtained through a {@code DataSource}
|
* implementation, the connection obtained through a {@code DataSource}
|
||||||
* object is identical to a connection obtained through the
|
* object is identical to a connection obtained through the
|
||||||
|
Loading…
Reference in New Issue
Block a user