Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
Recently merged #29229 had a doc bug that broke the doc build.
This commit fixes.
  • Loading branch information
Thomas Callahan authored and Thomas Callahan committed May 4, 2018
1 parent 2426d65 commit d6a91ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ public void testGetSettings() throws Exception {
}

// 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
Expand Down

0 comments on commit d6a91ea

Please sign in to comment.