Update Javadoc in SqlScriptsTestExecutionListener

This commit is contained in:
Sam Brannen
2014-07-16 18:19:49 +02:00
parent 5cb046da3d
commit da5b0b97d3

View File

@@ -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}.
*
* <p>Special care must be taken in order to properly support the
* {@link Sql#requireNewTransaction requireNewTransaction}
* flag.
* <p>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