HHH-12113 - Fix Checkstyle error

This commit is contained in:
Andrea Boriero 2017-11-27 14:48:35 +00:00
parent 47382f69cc
commit f0d49c5be4
1 changed files with 1 additions and 1 deletions

View File

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