Polishing

This commit is contained in:
Juergen Hoeller
2018-08-16 19:31:10 +02:00
parent 84300b796c
commit 6bcb454a0d
4 changed files with 8 additions and 11 deletions

View File

@@ -449,8 +449,9 @@ public interface WebTestClient {
Builder responseTimeout(Duration timeout);
/**
* Apply the given {@code Consumer} to this builder instance.
* Apply the given configurer to this builder instance.
* <p>This can be useful for applying pre-packaged customizations.
* @param configurer the configurer to apply
*/
Builder apply(WebTestClientConfigurer configurer);