diff --git a/module/spring-boot-resttestclient/src/main/java/org/springframework/boot/testrestclient/TestRestTemplate.java b/module/spring-boot-resttestclient/src/main/java/org/springframework/boot/testrestclient/TestRestTemplate.java index da30be24370..8ce7728662e 100644 --- a/module/spring-boot-resttestclient/src/main/java/org/springframework/boot/testrestclient/TestRestTemplate.java +++ b/module/spring-boot-resttestclient/src/main/java/org/springframework/boot/testrestclient/TestRestTemplate.java @@ -70,7 +70,7 @@ import org.springframework.web.util.UriTemplateHandler; *

* A {@code TestRestTemplate} can optionally carry Basic authentication headers. If Apache * Http Client 4.3.2 or better is available (recommended) it will be used as the client, - * and by default configured to ignore cookies and redirects. + * and by default configured to ignore cookies. *

* Note: To prevent injection problems this class intentionally does not extend * {@link RestTemplate}. If you need access to the underlying {@link RestTemplate} use