5253545556575859606162
public Properties getProps() { Iterator it = fs.iterator(); if (it.hasNext()) { FooService svc = (FooService) it.next(); return svc.fooProps(); } return null; } }
4849505152535455565758