/* 128 */ ee.setEnvEntryValue(entry.getValue());
/* 129 */ Set rits = entry.getInjectionTargets();
/* 130 */ if ((rits != null) && (!rits.isEmpty()))
/* */ {
/* 132 */ ResourceInjectionTargetMetaData rit = (ResourceInjectionTargetMetaData)rits.iterator().next();
/* 133 */ InjectionTarget it = new InjectionTarget();
/* 134 */ it.setTargetClass(rit.getInjectionTargetClass());
/* 135 */ it.setTargetName(rit.getInjectionTargetName());
/* 136 */ ee.setInjectionTarget(it);
/* */ }
/* 138 */ ee.setIgnoreDependency(entry.isDependencyIgnored());
/* 139 */ this.envEntries.put(ee.getEnvEntryName(), ee);
/* */ }