8138661: Minor correction in Java API doc for DataSource
authorlancea
Thu, 18 Aug 2016 15:05:02 -0400
changeset 40409 564ea8deef3c
parent 40408 cf7e826d4d63
child 40410 5fd4a1f809f8
8138661: Minor correction in Java API doc for DataSource Reviewed-by: naoto
jdk/src/java.sql/share/classes/javax/sql/DataSource.java
--- a/jdk/src/java.sql/share/classes/javax/sql/DataSource.java	Thu Aug 18 19:00:39 2016 +0200
+++ b/jdk/src/java.sql/share/classes/javax/sql/DataSource.java	Thu Aug 18 15:05:02 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