File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/springframework/data/elasticsearch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161import org .elasticsearch .client .Requests ;
6262import org .elasticsearch .client .RethrottleRequest ;
6363import org .elasticsearch .cluster .health .ClusterHealthStatus ;
64- import org .elasticsearch .common .Nullable ;
6564import org .elasticsearch .common .Priority ;
6665import org .elasticsearch .common .Strings ;
6766import org .elasticsearch .common .SuppressForbidden ;
8685import org .elasticsearch .tasks .TaskId ;
8786import org .springframework .data .elasticsearch .client .reactive .ReactiveElasticsearchClient ;
8887import org .springframework .http .HttpMethod ;
88+ import org .springframework .lang .Nullable ;
8989
9090/**
9191 * <p>
Original file line number Diff line number Diff line change 1919
2020import org .elasticsearch .action .support .ActiveShardCount ;
2121import org .elasticsearch .action .support .WriteRequest ;
22- import org .elasticsearch .common .Nullable ;
2322import org .elasticsearch .common .unit .TimeValue ;
23+ import org .springframework .lang .Nullable ;
2424
2525/**
2626 * Options that may be passed to an
You can’t perform that action at this time.
0 commit comments