Skip to content

Commit 09e9616

Browse files
Thomas CallahanThomas Callahan
Thomas Callahan
authored and
Thomas Callahan
committed
[DOCS] Add missing callout in IndicesClientDocumentationIT
IndicesClientDocumentationIT.java is missing a callout, causing the docs build to break. This commit adds the missing callout. Relates #30494
1 parent 20f9365 commit 09e9616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ public void testGetSettings() throws Exception {
794794
}
795795

796796
// tag::get-settings-request
797-
GetSettingsRequest request = new GetSettingsRequest().indices("index");
797+
GetSettingsRequest request = new GetSettingsRequest().indices("index"); // <1>
798798
// end::get-settings-request
799799

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

0 commit comments

Comments
 (0)