Docs fix - missing callout

This commit is contained in:
markharwood 2019-01-29 21:24:08 +00:00
parent b889221f75
commit 0470ee1fcc
1 changed files with 1 additions and 1 deletions

View File

@ -2101,7 +2101,7 @@ public class IndicesClientDocumentationIT extends ESRestHighLevelClientTestCase
" \"type\": \"text\"\n" +
" }\n" +
" }\n" +
"}", // <2>
"}",
XContentType.JSON);
// end::put-template-request-mappings-json
assertTrue(client.indices().putTemplate(request, RequestOptions.DEFAULT).isAcknowledged());