60616263646566
public BootstrapMatchingRuleRegistry( OidRegistry oidRegistry ) { this.oidToSchema = new HashMap(); this.oidRegistry = oidRegistry; this.byOid = new HashMap(); this.monitor = new MatchingRuleRegistryMonitorAdapter(); }
61626364656667