src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/LocalOperation.java
branchJDK-8188051-branch
changeset 56824 62e92191354d
parent 56475 e700edfac7ad
child 56997 c9cbac2979fb
--- a/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/LocalOperation.java	Fri Jul 06 20:37:32 2018 -0400
+++ b/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/LocalOperation.java	Mon Jul 09 15:09:06 2018 -0400
@@ -33,7 +33,7 @@
  * not perform any database action. The result of a {@link LocalOperation} is
  * the result of calling the {@link Callable}. This type allows user code to
  * execute arbitrary code at particular points in the sequence of
- * {@link Operation}s executed by a {@link Connection} without having to execute
+ * {@link Operation}s executed by a {@link Session} without having to execute
  * a specific database action at the same time.
  *
  * @param <T> the type of the result of this {@link Operation}