File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/main/java/org/elasticsearch/rest/action/admin/indices Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ public class RestGetIndexTemplateAction extends BaseRestHandler {
51
51
Collections .singleton (INCLUDE_TYPE_NAME_PARAMETER ), Settings .FORMAT_PARAMS ));
52
52
private static final DeprecationLogger deprecationLogger = new DeprecationLogger (
53
53
LogManager .getLogger (RestGetIndexTemplateAction .class ));
54
- public static final String TYPES_DEPRECATION_MESSAGE = "[types removal]" +
55
- " Specifying include_type_name in get index template requests is deprecated ." ;
54
+ public static final String TYPES_DEPRECATION_MESSAGE = "[types removal] Using include_type_name in get " +
55
+ "index template requests is deprecated. The parameter will be removed in the next major version ." ;
56
56
57
57
public RestGetIndexTemplateAction (final Settings settings , final RestController controller ) {
58
58
super (settings );
You can’t perform that action at this time.
0 commit comments