647648649650651652653654655656657
public synchronized static Properties loadReferences(List<PropertiesReference> refs, Attributes attribs){ LoadList list = new LoadList(attribs); for(PropertiesReference ref: refs){ list.addReference(ref); } list.load(); return list.getProps();
521522523524525526527528529530531
682683684685686687688689690691692
632633634635636637638639640641642