mirror of https://github.com/apache/openjpa.git
OPENJPA-2099: checkstyle error
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1240589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b0536597ae
commit
3a5fce3e33
|
@ -593,7 +593,8 @@ public class JDBCStoreManager implements StoreManager, JDBCStore {
|
|||
PersistenceCapable pc = (PersistenceCapable) member;
|
||||
|
||||
OpenJPAStateManager sm = (OpenJPAStateManager) pc.pcGetStateManager();
|
||||
ClassMapping cm = (ClassMapping)_conf.getMetaDataRepositoryInstance().getCachedMetaData(pc.getClass());
|
||||
ClassMapping cm = (ClassMapping)_conf.getMetaDataRepositoryInstance()
|
||||
.getCachedMetaData(pc.getClass());
|
||||
FieldMapping[] fmd = cm.getFieldMappings();
|
||||
for (int j = 0; j < fmd.length; j++) {
|
||||
if (fmd[j].isTypePC()) {
|
||||
|
|
Loading…
Reference in New Issue