228229230231232233234235236237238
if ( dependant == null ) { throw new LoadPropertiesException("Dependency not found - property file invalid"); } pm.addParent(dependant); } } } else {
227228229230231232233234235236237
165166167168169170171172173174175
/* */ /* 224 */ if (dependant == null) /* */ { /* 226 */ throw new LoadPropertiesException("Dependency not found - property file invalid"); /* */ } /* 228 */ pm.addParent(dependant); /* */ } /* */ } /* */ } /* */ else /* */ {
223224225226227228229230231232233