mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-15 08:32:18 +00:00
make ReactiveElasticsearchTemplate constructor public.
Original Pull Request #2217 Closes #2216
This commit is contained in:
parent
b9dacc9a5e
commit
688f1722bd
@ -79,7 +79,7 @@ public class ReactiveElasticsearchTemplate extends AbstractReactiveElasticsearch
|
|||||||
private final JsonpMapper jsonpMapper;
|
private final JsonpMapper jsonpMapper;
|
||||||
private final ElasticsearchExceptionTranslator exceptionTranslator;
|
private final ElasticsearchExceptionTranslator exceptionTranslator;
|
||||||
|
|
||||||
protected ReactiveElasticsearchTemplate(ReactiveElasticsearchClient client, ElasticsearchConverter converter) {
|
public ReactiveElasticsearchTemplate(ReactiveElasticsearchClient client, ElasticsearchConverter converter) {
|
||||||
super(converter);
|
super(converter);
|
||||||
|
|
||||||
Assert.notNull(client, "client must not be null");
|
Assert.notNull(client, "client must not be null");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user