HHH-13496 Some formatting fixes

This commit is contained in:
Sanne Grinovero 2019-07-05 12:49:14 +01:00
parent dd7d798d77
commit e636eaf990
6 changed files with 63 additions and 62 deletions

View File

@ -104,9 +104,10 @@ public abstract class QueryTranslatorTestCase extends BaseCoreFunctionalTestCase
// Run the scalar translation anyway, even if there was a comparison failure. // Run the scalar translation anyway, even if there was a comparison failure.
assertTranslation( hql, replacements, true, null ); assertTranslation( hql, replacements, true, null );
} }
if (cf != null) if ( cf != null ) {
throw cf; throw cf;
} }
}
protected void assertTranslation(String hql, Map replacements, boolean scalar, String sql) { protected void assertTranslation(String hql, Map replacements, boolean scalar, String sql) {
SessionFactoryImplementor factory = sessionFactory(); SessionFactoryImplementor factory = sessionFactory();