Skip to content

Commit 0470ee1

Browse files
committed
Docs fix - missing callout
1 parent b889221 commit 0470ee1

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
@@ -2101,7 +2101,7 @@ public void testPutTemplate() throws Exception {
21012101
" \"type\": \"text\"\n" +
21022102
" }\n" +
21032103
" }\n" +
2104-
"}", // <2>
2104+
"}",
21052105
XContentType.JSON);
21062106
// end::put-template-request-mappings-json
21072107
assertTrue(client.indices().putTemplate(request, RequestOptions.DEFAULT).isAcknowledged());

0 commit comments

Comments
 (0)