File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
src/main/java/com/marklogic/client/type Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ dependencies {
5858 testImplementation " com.marklogic:ml-app-deployer:6.2-SNAPSHOT"
5959
6060 testImplementation " org.mockito:mockito-core:5.22.0"
61- // testImplementation "org.mockito:mockito-inline:5.2.0"
6261
6362 testImplementation " com.squareup.okhttp3:mockwebserver3:${ okhttpVersion} "
6463
Original file line number Diff line number Diff line change 88/**
99 * An instance of a column builder returned by the columnBuilder() method
1010 * in a row pipeline. Used to create column definitions for op:from-docs.
11+ *
12+ * @since 8.1.0; requires MarkLogic 12.1 or higher
1113 */
1214public interface PlanColumnBuilder extends ServerExpression {
1315
Original file line number Diff line number Diff line change 88/**
99 * An instance of a context expression call returned by the context() method
1010 * in a row pipeline.
11+ *
12+ * @since 8.1.0; requires MarkLogic 12.1 or higher
1113 */
1214public interface PlanContextExprCall extends ServerExpression {
1315}
You can’t perform that action at this time.
0 commit comments