6987638: javadoc update to RowSetProvider and Statement
authorlancea
Mon, 27 Sep 2010 18:05:23 -0400
changeset 6684 2708e0ba15a8
parent 6683 5920fb9d1ebe
child 6686 712138e77559
6987638: javadoc update to RowSetProvider and Statement Reviewed-by: darcy, alanb
jdk/src/share/classes/java/sql/Statement.java
jdk/src/share/classes/javax/sql/rowset/RowSetProvider.java
--- a/jdk/src/share/classes/java/sql/Statement.java	Sat Sep 25 12:00:05 2010 -0700
+++ b/jdk/src/share/classes/java/sql/Statement.java	Mon Sep 27 18:05:23 2010 -0400
@@ -1051,9 +1051,9 @@
 
     /**
      * Returns a value indicating whether this {@code Statement} will be
-     * closed when all dependent objects such as resultsets are closed.
+     * closed when all its dependent result sets are closed.
      * @return {@code true} if the {@code Statement} will be closed when all
-     * of its dependent objects are closed; {@code false} otherwise
+     * of its dependent result sets are closed; {@code false} otherwise
      * @throws SQLException if this method is called on a closed
      * {@code Statement}
      * @since 1.7
--- a/jdk/src/share/classes/javax/sql/rowset/RowSetProvider.java	Sat Sep 25 12:00:05 2010 -0700
+++ b/jdk/src/share/classes/javax/sql/rowset/RowSetProvider.java	Mon Sep 27 18:05:23 2010 -0400
@@ -88,8 +88,8 @@
      * </li>
      * </ul>
      * <li>
-     * The ServiceLocator API. The ServiceLocator API will look
-     * for a classname in the file
+     * The {@link ServiceLoader} API. The {@code ServiceLoader} API will look
+     * for a class name in the file
      * {@code META-INF/services/javax.sql.rowset.RowSetFactory}
      * in jars available to the runtime. For example, to have the the RowSetFactory
      * implementation {@code com.sun.rowset.RowSetFactoryImpl } loaded, the