jdk/src/share/classes/java/sql/Statement.java
changeset 6684 2708e0ba15a8
parent 6540 a4ae668f6125
child 7797 5869cf1fbd3e
--- 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