HHH-12086 - Fix Checkstyle error

This commit is contained in:
Andrea Boriero 2017-11-20 11:43:56 +00:00
parent 7a32ea62b6
commit d330fdcfca
1 changed files with 1 additions and 1 deletions

View File

@ -1219,7 +1219,7 @@ public class ActionQueue {
if ( iterations > maxIterations ) {
LOG.warn( "The batch containing " + latestBatches.size() + " statements could not be sorted after " + maxIterations + " iterations. " +
"This might indicate a bug in Hibernate!" );
"This might indicate a bug in Hibernate!" );
}
// Now, rebuild the insertions list. There is a batch for each entry in the name list.