HHH-11426 : Checkstyle fix
This commit is contained in:
parent
b66014b5ac
commit
15a7c845dd
|
@ -692,7 +692,8 @@ public class EntityManagerFactoryImpl implements HibernateEntityManagerFactory {
|
||||||
"(although Hibernate also adapts this support to its proxies); " +
|
"(although Hibernate also adapts this support to its proxies); " +
|
||||||
"however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier"
|
"however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier"
|
||||||
);
|
);
|
||||||
return getIdentifierFromPersister( entity ); }
|
return getIdentifierFromPersister( entity );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private Object getIdentifierFromPersister(Object entity) {
|
private Object getIdentifierFromPersister(Object entity) {
|
||||||
|
|
Loading…
Reference in New Issue