From ecf751e7eb6cfd791a1e765fecaa3d9670a8fbbc Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 1 Oct 2019 20:51:48 -0700 Subject: [PATCH] Polish --- ...ClientTestWithConfigurationPropertiesIntegrationTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/client/RestClientTestWithConfigurationPropertiesIntegrationTests.java b/spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/client/RestClientTestWithConfigurationPropertiesIntegrationTests.java index 907d7ae7c6a..d94e53df5d4 100644 --- a/spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/client/RestClientTestWithConfigurationPropertiesIntegrationTests.java +++ b/spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/client/RestClientTestWithConfigurationPropertiesIntegrationTests.java @@ -25,8 +25,8 @@ import org.springframework.context.ApplicationContext; import static org.assertj.core.api.Assertions.assertThat; /** - * Tests for {@link RestClientTest @RestClientTest} with a {@link ConfigurationProperties} - * annotated type. + * Tests for {@link RestClientTest @RestClientTest} with a + * {@link ConfigurationProperties @ConfigurationProperties} annotated type. * * @author Stephane Nicoll */