Adapt to strict parsing mode removal
Original commit: elastic/x-pack-elasticsearch@2d6276a60f
This commit is contained in:
parent
8a3181ceed
commit
adf22c3d24
|
@ -634,7 +634,7 @@ public class CertificateTool extends SettingCommand {
|
|||
private final ParseFieldMatcher parseFieldMatcher;
|
||||
|
||||
CertInfoParseContext() {
|
||||
this.parseFieldMatcher = new ParseFieldMatcher(true);
|
||||
this.parseFieldMatcher = ParseFieldMatcher.EMPTY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue