Polishing

See gh-30280
This commit is contained in:
Sam Brannen
2023-06-17 13:36:37 +02:00
parent dff7aa4d4b
commit 8bb4c167e4
2 changed files with 4 additions and 4 deletions

View File

@@ -57,8 +57,8 @@ import org.springframework.core.annotation.AliasFor;
* {@link org.springframework.test.context.NestedTestConfiguration @NestedTestConfiguration}
* for details.
*
* <p>Use of this annotation requires that that the {@code spring-jdbc} and
* {@code spring-tx} modules be present in the classpath.
* <p>Use of this annotation requires the {@code spring-jdbc} and {@code spring-tx}
* modules as well as their transitive dependencies to be present on the classpath.
*
* @author Sam Brannen
* @since 4.1

View File

@@ -93,8 +93,8 @@ import static org.springframework.util.ResourceUtils.CLASSPATH_URL_PREFIX;
* locate these beans.
*
* <h3>Required Dependencies</h3>
* <p>Use of this listener requires that that the {@code spring-jdbc} and
* {@code spring-tx} modules be present in the classpath.
* <p>Use of this listener requires the {@code spring-jdbc} and {@code spring-tx}
* modules as well as their transitive dependencies to be present on the classpath.
*
* @author Sam Brannen
* @author Dmitry Semukhin