Skip to content

Commit

Permalink
CRUDDocumentationIT fix documentation references
Browse files Browse the repository at this point in the history
  • Loading branch information
bleskes committed Feb 5, 2019
1 parent 033ba72 commit 8ad9a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ public void testUpdate() throws Exception {
// tag::update-request-cas
request.setIfSeqNo(2L); // <1>
request.setIfPrimaryTerm(1L); // <2>
// end::update-request-request-cas
// end::update-request-cas
// tag::update-request-detect-noop
request.detectNoop(false); // <1>
// end::update-request-detect-noop
Expand Down

0 comments on commit 8ad9a07

Please sign in to comment.