Class: ModelEntityChecker 
 
Due to a recent change, I think the line of code in the method checkEntities 
following "//put the entityNames TreeSets in a HashMap by packageName" needs to 
be changed 
 
from: Collection<String> ec = reader.getEntityNames();

to: Set<String> ec = reader.getEntityNames();

Thanks
 
Chris Juettner
Integral Business Solutions

Reply via email to