HHH-13496 Some formatting fixes
This commit is contained in:
parent
dd7d798d77
commit
e636eaf990
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue