Skip to content

Commit 8a253d1

Browse files
committed
Fix formatting
1 parent f1e5108 commit 8a253d1

File tree

2 files changed

+4
-4
lines changed
  • spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure

2 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jdbc/JdbcTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
/**
4242
* Annotation for a JDBC test that focuses <strong>only</strong> on JDBC-based components.
4343
* <p>
44-
* Using this annotation only enables auto-configuration that is relevant to JDBC
45-
* tests. Similarly, component scanning is configured to skip regular components and
44+
* Using this annotation only enables auto-configuration that is relevant to JDBC tests.
45+
* Similarly, component scanning is configured to skip regular components and
4646
* configuration properties.
4747
* <p>
4848
* By default, tests annotated with {@code @JdbcTest} are transactional and roll back at

spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jooq/JooqTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
/**
4242
* Annotation for a jOOQ test that focuses <strong>only</strong> on jOOQ-based components.
4343
* <p>
44-
* Using this annotation only enables auto-configuration that is relevant to jOOQ
45-
* tests. Similarly, component scanning is configured to skip regular components and
44+
* Using this annotation only enables auto-configuration that is relevant to jOOQ tests.
45+
* Similarly, component scanning is configured to skip regular components and
4646
* configuration properties.
4747
* <p>
4848
* By default, tests annotated with {@code @JooqTest} use the configured database. If you

0 commit comments

Comments
 (0)