public void testGetPersonTypeConstants()
{
Collection personTypeCollection = new Collection();
try{
Map
for(Entry
{
System.out.println(entry.getKey()+": "+entry.getValue());
personTypeCollection.add(entry.getValue());
return personTypeCollection;
}
catch(Exception e)
{
rollbackTransaction();
return Collections.emptyList();
}
}
No comments:
Post a Comment