438439440441442443444
entityBridge.init(); Catalog catalog = getCatalog(); catalog.addEntity(entityBridge); stop = new JDBCStopCommand(this); }
339340341342343344345
/* 438 */ this.entityBridge.init(); /* */ /* 440 */ Catalog catalog = getCatalog(); /* 441 */ catalog.addEntity(this.entityBridge); /* */ /* 443 */ this.stop = new JDBCStopCommand(this); /* */ }