HHH-11426 : Checkstyle fix

This commit is contained in:
Gail Badner 2017-05-10 22:09:01 -07:00
parent b66014b5ac
commit 15a7c845dd
1 changed files with 2 additions and 1 deletions

View File

@ -692,7 +692,8 @@ public class EntityManagerFactoryImpl implements HibernateEntityManagerFactory {
"(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"
);
return getIdentifierFromPersister( entity ); }
return getIdentifierFromPersister( entity );
}
}
private Object getIdentifierFromPersister(Object entity) {