From da5b0b97d3a4f425576fe216ef6b5d1e4465af84 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 16 Jul 2014 18:19:49 +0200 Subject: [PATCH] Update Javadoc in SqlScriptsTestExecutionListener --- .../test/context/jdbc/SqlScriptsTestExecutionListener.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java b/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java index e982f4215f..8bab99cead 100644 --- a/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java +++ b/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java @@ -127,9 +127,8 @@ public class SqlScriptsTestExecutionListener extends AbstractTestExecutionListen * Execute the SQL scripts configured via the supplied {@link Sql @Sql} * annotation for the given {@link ExecutionPhase} and {@link TestContext}. * - *

Special care must be taken in order to properly support the - * {@link Sql#requireNewTransaction requireNewTransaction} - * flag. + *

Special care must be taken in order to properly support the configured + * {@link SqlConfig#transactionMode}. * * @param sql the {@code @Sql} annotation to parse * @param executionPhase the current execution phase