Closes gh-6872
This commit is contained in:
Johnny Lim
2016-09-13 13:40:30 +09:00
committed by Stephane Nicoll
parent 3684c2ec56
commit caa4c0800f
8 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ import org.springframework.web.context.WebApplicationContext;
* {@link WebEnvironment#DEFINED_PORT defined} or {@link WebEnvironment#RANDOM_PORT
* random} port.</li>
* <li>Registers a {@link org.springframework.boot.test.web.client.TestRestTemplate
* TestRestTemplate} bean for use in web tests that are using a fully running container
* TestRestTemplate} bean for use in web tests that are using a fully running container.
* </li>
* </ul>
*

View File

@@ -46,7 +46,7 @@ public class LocalHostUriTemplateHandler extends RootUriTemplateHandler {
}
/**
* Create a new {@code LocalHostUriTemplateHandler} the will generate URIs with the
* Create a new {@code LocalHostUriTemplateHandler} that will generate URIs with the
* given {@code scheme} and use the given {@code environment} to determine the port.
* @param environment the environment used to determine the port
* @param scheme the scheme of the root uri