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 2c20095aeea..e03ca90ecfe 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 @@ -130,7 +130,7 @@ public class SqlScriptsTestExecutionListener extends AbstractTestExecutionListen } /** - * Execute the SQL scripts configured via the supplied {@link Sql @Sql} + * 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 configured diff --git a/spring-test/src/main/java/org/springframework/test/context/support/AbstractDelegatingSmartContextLoader.java b/spring-test/src/main/java/org/springframework/test/context/support/AbstractDelegatingSmartContextLoader.java index 17f6a04a718..c02a38fe2cb 100644 --- a/spring-test/src/main/java/org/springframework/test/context/support/AbstractDelegatingSmartContextLoader.java +++ b/spring-test/src/main/java/org/springframework/test/context/support/AbstractDelegatingSmartContextLoader.java @@ -43,7 +43,7 @@ import org.springframework.util.ObjectUtils; * that is annotated with {@link ContextConfiguration @ContextConfiguration}, and * the candidate that supports the merged, processed configuration will be used to * actually {@linkplain #loadContext load} the context. - * + * *

Any reference to an XML-based loader can be interpreted to mean * a context loader that supports only XML configuration files or one that * supports both XML configuration files and Groovy scripts simultaneously. diff --git a/spring-test/src/main/java/org/springframework/test/context/transaction/TransactionalTestExecutionListener.java b/spring-test/src/main/java/org/springframework/test/context/transaction/TransactionalTestExecutionListener.java index 5ebb80d498f..b8344a51f99 100644 --- a/spring-test/src/main/java/org/springframework/test/context/transaction/TransactionalTestExecutionListener.java +++ b/spring-test/src/main/java/org/springframework/test/context/transaction/TransactionalTestExecutionListener.java @@ -54,7 +54,7 @@ import static org.springframework.core.annotation.AnnotationUtils.*; *

Test-managed Transactions

*

Test-managed transactions are transactions that are managed * declaratively via this listener or programmatically via - * {@link TestTransaction}. Such transactions should not be confused with + * {@link TestTransaction}. Such transactions should not be confused with * Spring-managed transactions (i.e., those managed directly * by Spring within the {@code ApplicationContext} loaded for tests) or * application-managed transactions (i.e., those managed @@ -330,7 +330,7 @@ public class TransactionalTestExecutionListener extends AbstractTestExecutionLis /** * Get the {@link PlatformTransactionManager transaction manager} to use * for the supplied {@link TestContext test context}. - *

The default implementation simply delegates to + *

The default implementation simply delegates to * {@link TestContextTransactionUtils#retrieveTransactionManager}. * @param testContext the test context for which the transaction manager * should be retrieved