mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-15 08:32:18 +00:00
DATAES-650 - Polishing.
This commit is contained in:
parent
948d29ba65
commit
4b9bcfb410
@ -62,6 +62,7 @@ class DefaultWebClientProvider implements WebClientProvider {
|
|||||||
* @param connector can be {@literal null}.
|
* @param connector can be {@literal null}.
|
||||||
* @param errorListener must not be {@literal null}.
|
* @param errorListener must not be {@literal null}.
|
||||||
* @param headers must not be {@literal null}.
|
* @param headers must not be {@literal null}.
|
||||||
|
* @param pathPrefixcan be {@literal null}
|
||||||
*/
|
*/
|
||||||
private DefaultWebClientProvider(String scheme, @Nullable ClientHttpConnector connector,
|
private DefaultWebClientProvider(String scheme, @Nullable ClientHttpConnector connector,
|
||||||
Consumer<Throwable> errorListener, HttpHeaders headers, @Nullable String pathPrefix) {
|
Consumer<Throwable> errorListener, HttpHeaders headers, @Nullable String pathPrefix) {
|
||||||
|
@ -59,6 +59,7 @@ import org.springframework.web.util.UriBuilder;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Christoph Strobl
|
* @author Christoph Strobl
|
||||||
|
* @author Huw Ayling-Miller
|
||||||
*/
|
*/
|
||||||
public class ReactiveMockClientTestsUtils {
|
public class ReactiveMockClientTestsUtils {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user