Skip to content

Commit 829c15a

Browse files
Remove javadoc no longer applicable.
See: #4667
1 parent 38aa8a2 commit 829c15a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
* Holds a set of configurable aggregation options that can be used within an aggregation pipeline. A list of support
3636
* aggregation options can be found in the
3737
* <a href="https://docs.mongodb.org/manual/reference/command/aggregate/#aggregate">MongoDB reference documentation</a>.
38-
* <p>
39-
* As off 4.3 {@link #allowDiskUse} can be {@literal null}, indicating use of server default, and may only be applied if
40-
* {@link #isAllowDiskUseSet() explicitly set}. For compatibility reasons {@link #isAllowDiskUse()} will remain
41-
* returning {@literal false} if the no value has been set.
4238
*
4339
* @author Thomas Darimont
4440
* @author Oliver Gierke

0 commit comments

Comments
 (0)