cleaned WebClient. definition for spec, for consistency and simplicity

This commit is contained in:
Gerardo Roza 2021-01-26 16:31:14 -03:00
parent f8ca77bc71
commit d87cd065aa
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ public class WebClientIntegrationTest {
.build();
// request specification
UriSpec<WebClient.RequestBodySpec> uriSpecPost1 = client1.method(HttpMethod.POST);
UriSpec<WebClient.RequestBodySpec> uriSpecPost2 = client2.post();
UriSpec<RequestBodySpec> uriSpecPost1 = client1.method(HttpMethod.POST);
UriSpec<RequestBodySpec> uriSpecPost2 = client2.post();
UriSpec<?> requestGet = client3.get();
// uri specification