We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3f5cbc + 6e1d99a commit 4056542Copy full SHA for 4056542
spring-boot-test/src/main/java/org/springframework/boot/test/web/client/TestRestTemplate.java
@@ -73,7 +73,7 @@
73
* If you are using the
74
* {@link org.springframework.boot.test.context.SpringBootTest @SpringBootTest}
75
* annotation, a {@link TestRestTemplate} is automatically available and can be
76
- * {@code @Autowired} into you test. If you need customizations (for example to adding
+ * {@code @Autowired} into your test. If you need customizations (for example to adding
77
* additional message converters) use a {@link RestTemplateBuilder} {@code @Bean}.
78
*
79
* @author Dave Syer
0 commit comments