diff --git a/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jdbc/JdbcTest.java b/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jdbc/JdbcTest.java index 7de6d0e4f1c..d69affb1847 100644 --- a/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jdbc/JdbcTest.java +++ b/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jdbc/JdbcTest.java @@ -41,8 +41,8 @@ import org.springframework.transaction.annotation.Transactional; /** * Annotation for a JDBC test that focuses only on JDBC-based components. *

- * Using this annotation only enables auto-configuration that is relevant to JDBC - * tests. Similarly, component scanning is configured to skip regular components and + * Using this annotation only enables auto-configuration that is relevant to JDBC tests. + * Similarly, component scanning is configured to skip regular components and * configuration properties. *

* By default, tests annotated with {@code @JdbcTest} are transactional and roll back at diff --git a/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jooq/JooqTest.java b/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jooq/JooqTest.java index 3e9dc1caf69..2d74ea698eb 100644 --- a/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jooq/JooqTest.java +++ b/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jooq/JooqTest.java @@ -41,8 +41,8 @@ import org.springframework.transaction.annotation.Transactional; /** * Annotation for a jOOQ test that focuses only on jOOQ-based components. *

- * Using this annotation only enables auto-configuration that is relevant to jOOQ - * tests. Similarly, component scanning is configured to skip regular components and + * Using this annotation only enables auto-configuration that is relevant to jOOQ tests. + * Similarly, component scanning is configured to skip regular components and * configuration properties. *

* By default, tests annotated with {@code @JooqTest} use the configured database. If you