Skip to content

Commit

Permalink
Docs fix - missing callout
Browse files Browse the repository at this point in the history
  • Loading branch information
markharwood committed Feb 4, 2019
1 parent ca8b628 commit 3fa0f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2091,7 +2091,7 @@ public void testPutTemplate() throws Exception {
" \"type\": \"text\"\n" +
" }\n" +
" }\n" +
"}", // <2>
"}",
XContentType.JSON);
// end::put-template-request-mappings-json
assertTrue(client.indices().putTemplate(request, RequestOptions.DEFAULT).isAcknowledged());
Expand Down

0 comments on commit 3fa0f09

Please sign in to comment.