cleaned WebClient. definition for spec, for consistency and simplicity
This commit is contained in:
parent
f8ca77bc71
commit
d87cd065aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue