Browse Source

Remove javadoc no longer applicable.

See: #4667
pull/5044/head
Christoph Strobl 4 months ago
parent
commit
829c15a9bf
No known key found for this signature in database
GPG Key ID: E6054036D0C37A4B
  1. 4
      spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/AggregationOptions.java

4
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/AggregationOptions.java

@ -35,10 +35,6 @@ import com.mongodb.ReadPreference; @@ -35,10 +35,6 @@ import com.mongodb.ReadPreference;
* Holds a set of configurable aggregation options that can be used within an aggregation pipeline. A list of support
* aggregation options can be found in the
* <a href="https://docs.mongodb.org/manual/reference/command/aggregate/#aggregate">MongoDB reference documentation</a>.
* <p>
* As off 4.3 {@link #allowDiskUse} can be {@literal null}, indicating use of server default, and may only be applied if
* {@link #isAllowDiskUseSet() explicitly set}. For compatibility reasons {@link #isAllowDiskUse()} will remain
* returning {@literal false} if the no value has been set.
*
* @author Thomas Darimont
* @author Oliver Gierke

Loading…
Cancel
Save