Recently merged #29229 had a doc bug that broke the doc build.
This commit fixes.
This commit is contained in:
Thomas Callahan 2018-05-04 12:35:15 -04:00
parent 2426d65dda
commit d6a91eaa0a
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ public class IndicesClientDocumentationIT extends ESRestHighLevelClientTestCase
}
// tag::get-settings-request
GetSettingsRequest request = new GetSettingsRequest().indices("index");
GetSettingsRequest request = new GetSettingsRequest().indices("index"); // <1>
// end::get-settings-request
// tag::get-settings-request-names