cleaned WebClient. definition for spec, for consistency and simplicity
This commit is contained in:
@@ -66,8 +66,8 @@ public class WebClientIntegrationTest {
|
|||||||
.build();
|
.build();
|
||||||
|
|
||||||
// request specification
|
// request specification
|
||||||
UriSpec<WebClient.RequestBodySpec> uriSpecPost1 = client1.method(HttpMethod.POST);
|
UriSpec<RequestBodySpec> uriSpecPost1 = client1.method(HttpMethod.POST);
|
||||||
UriSpec<WebClient.RequestBodySpec> uriSpecPost2 = client2.post();
|
UriSpec<RequestBodySpec> uriSpecPost2 = client2.post();
|
||||||
UriSpec<?> requestGet = client3.get();
|
UriSpec<?> requestGet = client3.get();
|
||||||
|
|
||||||
// uri specification
|
// uri specification
|
||||||
|
|||||||
Reference in New Issue
Block a user