495496497498499500501502503504
/** * Returns unit loader, lazily creating it on first invocation. */ protected UnitLoader getUnitLoader() { if (unitLoader == null) { this.unitLoader = new UnitLoader(validateDescriptors); } return unitLoader; }
497498499500501502503504505506
433434435436437438439440441442
499500501502503504505506507508
414415416417418419420421422423