Skip to content

Commit

Permalink
Checkstyle fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Jul 29, 2016
1 parent af9882b commit cddb221
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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 -> {
Expand Down

0 comments on commit cddb221

Please sign in to comment.