HHH-12113 - Fix Checkstyle error
This commit is contained in:
parent
47382f69cc
commit
f0d49c5be4
|
@ -1205,7 +1205,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 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.
|
||||
|
|
Loading…
Reference in New Issue