Skip to content

Commit d6a91ea

Browse files
Thomas CallahanThomas Callahan
Thomas Callahan
authored and
Thomas Callahan
committed
Fix docs
Recently merged #29229 had a doc bug that broke the doc build. This commit fixes.
1 parent 2426d65 commit d6a91ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/IndicesClientDocumentationIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ public void testGetSettings() throws Exception {
787787
}
788788

789789
// tag::get-settings-request
790-
GetSettingsRequest request = new GetSettingsRequest().indices("index");
790+
GetSettingsRequest request = new GetSettingsRequest().indices("index"); // <1>
791791
// end::get-settings-request
792792

793793
// tag::get-settings-request-names

0 commit comments

Comments
 (0)