Browse Source

Polish

pull/18477/head
Phillip Webb 6 years ago
parent
commit
ecf751e7eb
  1. 4
      spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/client/RestClientTestWithConfigurationPropertiesIntegrationTests.java

4
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; import static org.assertj.core.api.Assertions.assertThat;
/** /**
* Tests for {@link RestClientTest @RestClientTest} with a {@link ConfigurationProperties} * Tests for {@link RestClientTest @RestClientTest} with a
* annotated type. * {@link ConfigurationProperties @ConfigurationProperties} annotated type.
* *
* @author Stephane Nicoll * @author Stephane Nicoll
*/ */

Loading…
Cancel
Save