Adapt to strict parsing mode removal

Original commit: elastic/x-pack-elasticsearch@2d6276a60f
This commit is contained in:
javanna 2016-12-11 21:27:46 +01:00 committed by Luca Cavanna
parent 8a3181ceed
commit adf22c3d24
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ public class CertificateTool extends SettingCommand {
private final ParseFieldMatcher parseFieldMatcher;
CertInfoParseContext() {
this.parseFieldMatcher = new ParseFieldMatcher(true);
this.parseFieldMatcher = ParseFieldMatcher.EMPTY;
}
@Override