Fix typo in javadoc

Closes gh-9212
This commit is contained in:
Stevo Slavić 2017-05-12 16:45:38 +02:00 committed by Stephane Nicoll
parent a3f5cbc4a2
commit 6e1d99aa10

View File

@ -73,7 +73,7 @@ import org.springframework.web.util.UriTemplateHandler;
* If you are using the
* {@link org.springframework.boot.test.context.SpringBootTest @SpringBootTest}
* annotation, a {@link TestRestTemplate} is automatically available and can be
* {@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
* additional message converters) use a {@link RestTemplateBuilder} {@code @Bean}.
*
* @author Dave Syer