Skip to content

Commit 530a1f8

Browse files
authored
DATAES-405 - use org.springframework.lang.Nullable.
Original PR: spring-projects#300
1 parent 9e93dd0 commit 530a1f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/springframework/data/elasticsearch/client/util/RequestConverters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
import org.elasticsearch.client.Requests;
6262
import org.elasticsearch.client.RethrottleRequest;
6363
import org.elasticsearch.cluster.health.ClusterHealthStatus;
64-
import org.elasticsearch.common.Nullable;
6564
import org.elasticsearch.common.Priority;
6665
import org.elasticsearch.common.Strings;
6766
import org.elasticsearch.common.SuppressForbidden;
@@ -86,6 +85,7 @@
8685
import org.elasticsearch.tasks.TaskId;
8786
import org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient;
8887
import org.springframework.http.HttpMethod;
88+
import org.springframework.lang.Nullable;
8989

9090
/**
9191
* <p>

src/main/java/org/springframework/data/elasticsearch/core/query/BulkOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
import org.elasticsearch.action.support.ActiveShardCount;
2121
import org.elasticsearch.action.support.WriteRequest;
22-
import org.elasticsearch.common.Nullable;
2322
import org.elasticsearch.common.unit.TimeValue;
23+
import org.springframework.lang.Nullable;
2424

2525
/**
2626
* Options that may be passed to an

0 commit comments

Comments
 (0)