Skip to content

Commit 5c30241

Browse files
committed
DATAES-947 - Polishing.
Allow scrollId to be null.
1 parent bee7dbf commit 5c30241

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/springframework/data/elasticsearch/client/util

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public List<String> getScrollIds() {
5858
}
5959
}
6060

61-
public void updateScrollId(String scrollId) {
61+
public void updateScrollId(@Nullable String scrollId) {
6262

6363
if (StringUtils.hasText(scrollId)) {
6464

0 commit comments

Comments
 (0)