Fix docs
Recently merged #29229 had a doc bug that broke the doc build. This commit fixes.
This commit is contained in:
parent
2426d65dda
commit
d6a91eaa0a
|
@ -787,7 +787,7 @@ public class IndicesClientDocumentationIT extends ESRestHighLevelClientTestCase
|
||||||
}
|
}
|
||||||
|
|
||||||
// tag::get-settings-request
|
// tag::get-settings-request
|
||||||
GetSettingsRequest request = new GetSettingsRequest().indices("index");
|
GetSettingsRequest request = new GetSettingsRequest().indices("index"); // <1>
|
||||||
// end::get-settings-request
|
// end::get-settings-request
|
||||||
|
|
||||||
// tag::get-settings-request-names
|
// tag::get-settings-request-names
|
||||||
|
|
Loading…
Reference in New Issue