From 8a253d1db795263992e6c9de8a597a9bc8570390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 19 Aug 2024 16:28:47 +0200 Subject: [PATCH] Fix formatting --- .../boot/test/autoconfigure/jdbc/JdbcTest.java | 4 ++-- .../boot/test/autoconfigure/jooq/JooqTest.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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