Skip to content

Commit

Permalink
Fix an incorrect types deprecation message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Feb 13, 2019
1 parent 4621f36 commit d4327bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class RestGetFieldMappingAction extends BaseRestHandler {
private static final DeprecationLogger deprecationLogger = new DeprecationLogger(
LogManager.getLogger(RestGetFieldMappingAction.class));
static final String TYPES_DEPRECATION_MESSAGE = "[types removal] The parameter include_type_name " +
"should be explicitly specified in get index requests to prepare for 7.0. In 7.0 include_type_name " +
"should be explicitly specified in get field mapping requests to prepare for 7.0. In 7.0 include_type_name " +
"will default to 'false', which means responses will omit the type name in mapping definitions.";

public RestGetFieldMappingAction(Settings settings, RestController controller) {
Expand Down

0 comments on commit d4327bc

Please sign in to comment.