Skip to content

Commit 6261606

Browse files
committed
MLE-27481 Small tweaks pre release
1 parent bdca776 commit 6261606

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

marklogic-client-api/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

marklogic-client-api/src/main/java/com/marklogic/client/type/PlanColumnBuilder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
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
*/
1214
public interface PlanColumnBuilder extends ServerExpression {
1315

marklogic-client-api/src/main/java/com/marklogic/client/type/PlanContextExprCall.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
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
*/
1214
public interface PlanContextExprCall extends ServerExpression {
1315
}

0 commit comments

Comments
 (0)