diff --git a/core/spring-boot-test/src/main/java/org/springframework/boot/test/context/PropertyMapping.java b/core/spring-boot-test/src/main/java/org/springframework/boot/test/context/PropertyMapping.java index ba1741dd5f8..f0b8502e4a7 100644 --- a/core/spring-boot-test/src/main/java/org/springframework/boot/test/context/PropertyMapping.java +++ b/core/spring-boot-test/src/main/java/org/springframework/boot/test/context/PropertyMapping.java @@ -42,7 +42,6 @@ import org.springframework.test.context.TestPropertySource; * } * will result in a {@literal my.example.name} property being added with the value * {@literal "Spring"}. - *
* * @author Phillip Webb * @since 4.0.0 diff --git a/core/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java b/core/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java index 7afc3a65ece..1d58e2b428d 100644 --- a/core/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java +++ b/core/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java @@ -96,7 +96,6 @@ import org.springframework.util.CollectionUtils; * // other assertions * }); * } - *
*
* @param