Commit 6e1d99aa authored by Stevo Slavić's avatar Stevo Slavić Committed by Stephane Nicoll

Fix typo in javadoc

Closes gh-9212
parent a3f5cbc4
...@@ -73,7 +73,7 @@ import org.springframework.web.util.UriTemplateHandler; ...@@ -73,7 +73,7 @@ import org.springframework.web.util.UriTemplateHandler;
* If you are using the * If you are using the
* {@link org.springframework.boot.test.context.SpringBootTest @SpringBootTest} * {@link org.springframework.boot.test.context.SpringBootTest @SpringBootTest}
* annotation, a {@link TestRestTemplate} is automatically available and can be * 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}. * additional message converters) use a {@link RestTemplateBuilder} {@code @Bean}.
* *
* @author Dave Syer * @author Dave Syer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment