mirror of https://github.com/apache/openjpa.git
OPENJPA-860 fixing the last trace call. Patch originally provided by Janko Heilgeist
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@735137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a09954b754
commit
8c50f73fe4
|
@ -756,7 +756,7 @@ public abstract class AbstractCFMetaDataFactory
|
|||
(url));
|
||||
List<String> newNames = Arrays.asList(clss);
|
||||
if (log.isTraceEnabled())
|
||||
log.trace(_loc.get("scan-found-names", clss, rsrc));
|
||||
log.trace(_loc.get("scan-found-names", newNames, rsrc));
|
||||
names.addAll(newNames);
|
||||
mapPersistentTypeNames(url, clss);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue