mirror of https://github.com/apache/openjpa.git
OPENJPA-280. Correcting my mistaken commit.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@554111 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f5d52b7e7
commit
124f615eb5
|
@ -724,7 +724,7 @@ public class PCEnhancer {
|
|||
if (_meta != null && _meta.getDescribedType().isInterface())
|
||||
return _meta;
|
||||
|
||||
return _repos.getMetaData(_meta.getDescribedType(), null, false);
|
||||
return _repos.getMetaData(f.getDeclaringClass(), null, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue