OPENJPA-280. Committing for David Ezzio.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@554083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-07-06 23:21:06 +00:00
parent 0826b7a717
commit 2f5d52b7e7
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(owner, null, false);
return _repos.getMetaData(_meta.getDescribedType(), null, false);
}
/**