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:
Patrick Linskey 2007-07-07 01:47:21 +00:00
parent 2f5d52b7e7
commit 124f615eb5
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**