Skip to content

Commit 7c5abc0

Browse files
committed
Fix synced flush docs
They had some copy and paste errors that failed the docs build.
1 parent 2c27c58 commit 7c5abc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/java-rest/high-level/indices/flush_synced.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[java-rest-high-flush]]
1+
[[java-rest-high-flush-synced]]
22
=== Flush Synced API
33

44
[[java-rest-high-flush-synced-request]]
@@ -60,7 +60,7 @@ include-tagged::{doc-tests}/IndicesClientDocumentationIT.java[flush-synced-execu
6060
provided as an argument
6161
<2> Called in case of failure. The raised exception is provided as an argument
6262

63-
[[java-rest-high-flush-response]]
63+
[[java-rest-high-flush-synced-response]]
6464
==== Flush Synced Response
6565

6666
The returned `SyncedFlushResponse` allows to retrieve information about the
@@ -88,4 +88,4 @@ By default, if the indices were not found, an `ElasticsearchException` will be t
8888
--------------------------------------------------
8989
include-tagged::{doc-tests}/IndicesClientDocumentationIT.java[flush-synced-notfound]
9090
--------------------------------------------------
91-
<1> Do something if the indices to be flushed were not found
91+
<1> Do something if the indices to be flushed were not found

0 commit comments

Comments
 (0)