Polish
Closes gh-6872
This commit is contained in:
committed by
Stephane Nicoll
parent
3684c2ec56
commit
caa4c0800f
@@ -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>
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user