Checkstyle fix.

This commit is contained in:
Chris Cranford 2016-07-29 16:13:38 -05:00
parent af9882baae
commit cddb221288

View File

@ -382,7 +382,8 @@ protected void cleanupTestData() throws Exception {
doInHibernate( this::sessionFactory, s -> {
s.createQuery( "delete from java.lang.Object" ).executeUpdate();
} );
} else {
}
else {
// Because of https://hibernate.atlassian.net/browse/HHH-5529,
// we can'trely on a Bulk Delete query which will not clear the link tables in @ElementCollection or unidirectional collections
doInHibernate( this::sessionFactory, s -> {