From f0d49c5be46710cf76060488525762b44cd19f46 Mon Sep 17 00:00:00 2001 From: Andrea Boriero Date: Mon, 27 Nov 2017 14:48:35 +0000 Subject: [PATCH] HHH-12113 - Fix Checkstyle error --- .../src/main/java/org/hibernate/engine/spi/ActionQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java b/hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java index 726cd2d177..7783d86ee8 100644 --- a/hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java +++ b/hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java @@ -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.