提交 170d6c9f 编写于 作者: S Sam Brannen

Delete trailing whitespace in spring-test

上级 0a46f385
...@@ -130,7 +130,7 @@ public class SqlScriptsTestExecutionListener extends AbstractTestExecutionListen ...@@ -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}. * annotation for the given {@link ExecutionPhase} and {@link TestContext}.
* *
* <p>Special care must be taken in order to properly support the configured * <p>Special care must be taken in order to properly support the configured
......
...@@ -43,7 +43,7 @@ import org.springframework.util.ObjectUtils; ...@@ -43,7 +43,7 @@ import org.springframework.util.ObjectUtils;
* that is annotated with {@link ContextConfiguration @ContextConfiguration}, and * that is annotated with {@link ContextConfiguration @ContextConfiguration}, and
* the candidate that supports the merged, processed configuration will be used to * the candidate that supports the merged, processed configuration will be used to
* actually {@linkplain #loadContext load} the context. * actually {@linkplain #loadContext load} the context.
* *
* <p>Any reference to an <em>XML-based loader</em> can be interpreted to mean * <p>Any reference to an <em>XML-based loader</em> can be interpreted to mean
* a context loader that supports only XML configuration files or one that * a context loader that supports only XML configuration files or one that
* supports both XML configuration files and Groovy scripts simultaneously. * supports both XML configuration files and Groovy scripts simultaneously.
......
...@@ -54,7 +54,7 @@ import static org.springframework.core.annotation.AnnotationUtils.*; ...@@ -54,7 +54,7 @@ import static org.springframework.core.annotation.AnnotationUtils.*;
* <h3>Test-managed Transactions</h3> * <h3>Test-managed Transactions</h3>
* <p><em>Test-managed transactions</em> are transactions that are managed * <p><em>Test-managed transactions</em> are transactions that are managed
* declaratively via this listener or programmatically via * 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
* <em>Spring-managed transactions</em> (i.e., those managed directly * <em>Spring-managed transactions</em> (i.e., those managed directly
* by Spring within the {@code ApplicationContext} loaded for tests) or * by Spring within the {@code ApplicationContext} loaded for tests) or
* <em>application-managed transactions</em> (i.e., those managed * <em>application-managed transactions</em> (i.e., those managed
...@@ -330,7 +330,7 @@ public class TransactionalTestExecutionListener extends AbstractTestExecutionLis ...@@ -330,7 +330,7 @@ public class TransactionalTestExecutionListener extends AbstractTestExecutionLis
/** /**
* Get the {@link PlatformTransactionManager transaction manager} to use * Get the {@link PlatformTransactionManager transaction manager} to use
* for the supplied {@link TestContext test context}. * for the supplied {@link TestContext test context}.
* <p>The default implementation simply delegates to * <p>The default implementation simply delegates to
* {@link TestContextTransactionUtils#retrieveTransactionManager}. * {@link TestContextTransactionUtils#retrieveTransactionManager}.
* @param testContext the test context for which the transaction manager * @param testContext the test context for which the transaction manager
* should be retrieved * should be retrieved
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册