File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 22
22
import lombok .NonNull ;
23
23
import lombok .RequiredArgsConstructor ;
24
24
25
- import java .beans .PropertyDescriptor ;
26
25
import java .io .IOException ;
27
26
import java .util .*;
28
27
import java .util .concurrent .TimeUnit ;
95
94
import org .springframework .data .mongodb .core .query .Query ;
96
95
import org .springframework .data .mongodb .core .query .Update ;
97
96
import org .springframework .data .mongodb .core .validation .Validator ;
98
- import org .springframework .data .projection .ProjectionInformation ;
99
97
import org .springframework .data .projection .SpelAwareProxyProjectionFactory ;
100
98
import org .springframework .data .util .CloseableIterator ;
101
99
import org .springframework .data .util .Optionals ;
You can’t perform that action at this time.
0 commit comments