DATAMONGO-2354 - Polishing.

Same as with FindPublisherPreparer the CursorPreparer needs to be public because it is used in one of the protected methods of MongoTemplate.

Original Pull Request: #784
This commit is contained in:
Christoph Strobl
2019-09-04 12:57:33 +02:00
parent f3a7d6a20e
commit 23c0a07b93

View File

@@ -25,7 +25,7 @@ import com.mongodb.client.FindIterable;
* @author Oliver Gierke * @author Oliver Gierke
* @author Christoph Strobl * @author Christoph Strobl
*/ */
interface CursorPreparer { public interface CursorPreparer {
/** /**
* Prepare the given cursor (apply limits, skips and so on). Returns the prepared cursor. * Prepare the given cursor (apply limits, skips and so on). Returns the prepared cursor.