Skip to content

Commit

Permalink
Javadoc updates for changes introduced in WL#13009.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-so authored and fjssilva committed May 30, 2019
1 parent aaf4b07 commit 2e47efd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public FindStatement lockExclusive(LockContention lockContention) {
}

/**
* @deprecated Deprecated in c/J 8.0.17, please use filter criteria in the operation starting method.
* @deprecated Deprecated in Connector/J 8.0.17. Please use filter criteria in the operation starting method.
*/
@Deprecated
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public ModifyStatement arrayAppend(String docPath, Object value) {
}

/**
* @deprecated Deprecated in c/J 8.0.17, please use filter criteria in the operation starting method.
* @deprecated Deprecated in Connector/J 8.0.17. Please use filter criteria in the operation starting method.
*/
@Deprecated
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public CompletableFuture<Result> executeAsync() {
}

/**
* @deprecated Deprecated in c/J 8.0.17, please use filter criteria in the operation starting method.
* @deprecated Deprecated in Connector/J 8.0.17. Please use filter criteria in the operation starting method.
*/
@Deprecated
@Override
Expand Down

0 comments on commit 2e47efd

Please sign in to comment.