59606162636465
public BootstrapSyntaxRegistry( OidRegistry registry ) { this.oidRegistry = registry; this.byOid = new HashMap(); this.oidToSchema = new HashMap(); this.monitor = new SyntaxRegistryMonitorAdapter(); }
60616263646566