mirror of https://github.com/apache/openjpa.git
OPENJPA-437. Correcting incorrect port of trunk change to branch.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@615382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce44c20cbd
commit
276d7cdd23
|
@ -260,7 +260,7 @@ public abstract class AbstractBrokerFactory
|
|||
ConcurrentReferenceHashSet.HARD);
|
||||
for (Iterator itr = clss.iterator(); itr.hasNext();) {
|
||||
Class cls = (Class) itr.next();
|
||||
_pcClassNames.add(cls.getName());
|
||||
c.add(cls.getName());
|
||||
if (needsSub(cls))
|
||||
toRedefine.add(cls);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue