Delete trailing whitespace in spring-test
This commit is contained in:
parent
0a46f38527
commit
170d6c9fb9
|
|
@ -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}.
|
||||
*
|
||||
* <p>Special care must be taken in order to properly support the configured
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*
|
||||
*
|
||||
* <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
|
||||
* supports both XML configuration files and Groovy scripts simultaneously.
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ import static org.springframework.core.annotation.AnnotationUtils.*;
|
|||
* <h3>Test-managed Transactions</h3>
|
||||
* <p><em>Test-managed transactions</em> 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
|
||||
* <em>Spring-managed transactions</em> (i.e., those managed directly
|
||||
* by Spring within the {@code ApplicationContext} loaded for tests) or
|
||||
* <em>application-managed transactions</em> (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}.
|
||||
* <p>The default implementation simply delegates to
|
||||
* <p>The default implementation simply delegates to
|
||||
* {@link TestContextTransactionUtils#retrieveTransactionManager}.
|
||||
* @param testContext the test context for which the transaction manager
|
||||
* should be retrieved
|
||||
|
|
|
|||
Loading…
Reference in New Issue