提交 b0a2d7d5 编写于 作者: L lancea

6987638: javadoc update to RowSetProvider and Statement

Reviewed-by: darcy, alanb
上级 5d8bcde4
...@@ -1051,9 +1051,9 @@ public interface Statement extends Wrapper, AutoCloseable { ...@@ -1051,9 +1051,9 @@ public interface Statement extends Wrapper, AutoCloseable {
/** /**
* Returns a value indicating whether this {@code Statement} will be * 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 * @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 * @throws SQLException if this method is called on a closed
* {@code Statement} * {@code Statement}
* @since 1.7 * @since 1.7
......
...@@ -88,8 +88,8 @@ public class RowSetProvider { ...@@ -88,8 +88,8 @@ public class RowSetProvider {
* </li> * </li>
* </ul> * </ul>
* <li> * <li>
* The ServiceLocator API. The ServiceLocator API will look * The {@link ServiceLoader} API. The {@code ServiceLoader} API will look
* for a classname in the file * for a class name in the file
* {@code META-INF/services/javax.sql.rowset.RowSetFactory} * {@code META-INF/services/javax.sql.rowset.RowSetFactory}
* in jars available to the runtime. For example, to have the the RowSetFactory * in jars available to the runtime. For example, to have the the RowSetFactory
* implementation {@code com.sun.rowset.RowSetFactoryImpl } loaded, the * implementation {@code com.sun.rowset.RowSetFactoryImpl } loaded, the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册