diff -r 6ba0dbf6a75f -r 62e92191354d src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/ParameterizedOperation.java --- a/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/ParameterizedOperation.java Fri Jul 06 20:37:32 2018 -0400 +++ b/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/ParameterizedOperation.java Mon Jul 09 15:09:06 2018 -0400 @@ -37,7 +37,7 @@ * parameter id be the decimal integer representation of the parameter number. * * A SQL structured type passed as an argument to a set method must be created - * by the same {@link Connection} that the created the + * by the same {@link Session} that the created the * {@link ParameterizedOperation}. If not {@link IllegalArgumentException} is * thrown. A SQL structured type is one of * {@link SqlArray}, {@link SqlBlob}, {@link SqlClob}, {@link SqlRef} or