return;
Properties nullProps = new Properties();
FileProperties propsIn = new FileProperties(nullProps, nullProps);
try {
propsIn.load(new URL(url).openStream());
} catch (Exception e) {}
if (propsIn.isEmpty())
return;
for (Iterator i = propsIn.entrySet().iterator(); i.hasNext();) {