ModelReader.getEntityNames in ModelEntityChecker
------------------------------------------------
Key: OFBIZ-1718
URL:
https://issues.apache.org/jira/browse/OFBIZ-1718 Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Reporter: Al Byers
In the latest svn trunk, in ModelEntityChecker, line 54, when compiling with 5.0, I had to make the following change:
//Collection<String> ec = reader.getEntityNames();
Set<String> ec = reader.getEntityNames();
I hesitate to fix anything in this area since I have not worked there.
-Al
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.