RFR 8138661, Address DataSource javadoc typo

Naoto Sato naoto.sato at oracle.com
Thu Aug 18 18:20:01 UTC 2016


Looks good, Lance.

Naoto

On 8/18/16 11:08 AM, Lance Andersen wrote:
> Hi all,
>
> This is a trivial fix of a typo in DataSource
>
> ---------------------------------
>
> ljanders-mac:jdk ljanders$ hg diff
> diff -r 6f5da13861db src/java.sql/share/classes/javax/sql/DataSource.java
> --- a/src/java.sql/share/classes/javax/sql/DataSource.java	Thu Aug 18 16:27:15 2016 +0300
> +++ b/src/java.sql/share/classes/javax/sql/DataSource.java	Thu Aug 18 14:05:10 2016 -0400
> @@ -64,7 +64,7 @@
>   * <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
> ljanders-mac:jdk ljanders$
>
> ---------------------------------
>
> Best
> Lance
>
>  <http://oracle.com/us/design/oracle-email-sig-198324.gif>
>  <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>
>  <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
> Oracle Java Engineering
> 1 Network Drive
> Burlington, MA 01803
> Lance.Andersen at oracle.com <mailto:Lance.Andersen at oracle.com>
>
>
>


More information about the core-libs-dev mailing list