DATAMONGO-2354 - Change visibility of FindPublisherPreparer.

The FindPublisherPreparer is used in an protected method of ReactiveMongoTemplate and needs to be public to allow overriding.

Original Pull Request: #784
This commit is contained in:
kostya05983
2019-08-30 01:10:18 +07:00
committed by Christoph Strobl
parent 705203c898
commit 10116f7c93

View File

@@ -30,8 +30,9 @@ import com.mongodb.reactivestreams.client.MongoCollection;
*
* @author Mark Paluch
* @author Christoph Strobl
* @author Konstantin Volivach
*/
interface FindPublisherPreparer extends ReadPreferenceAware {
public interface FindPublisherPreparer extends ReadPreferenceAware {
/**
* Default {@link FindPublisherPreparer} just passing on the given {@link FindPublisher}.