File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-data-mongodb/src/main/java/org/springframework/data/mongodb Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 */
1616package org .springframework .data .mongodb .core ;
1717
18- import org .jetbrains .annotations .Contract ;
1918import reactor .core .publisher .Mono ;
2019
2120import org .springframework .data .mongodb .core .aggregation .AggregationUpdate ;
2221import org .springframework .data .mongodb .core .query .CriteriaDefinition ;
2322import org .springframework .data .mongodb .core .query .Query ;
2423import org .springframework .data .mongodb .core .query .Update ;
2524import org .springframework .data .mongodb .core .query .UpdateDefinition ;
25+ import org .springframework .lang .Contract ;
2626
2727import com .mongodb .client .result .UpdateResult ;
2828
Original file line number Diff line number Diff line change 2222import java .util .function .BiFunction ;
2323
2424import org .bson .Document ;
25- import org .jetbrains .annotations .Nullable ;
25+ import org .jspecify .annotations .Nullable ;
2626
2727/**
2828 * Empty variant of {@link Document}.
You can’t perform that action at this time.
0 commit comments