mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-05-30 16:52:11 +00:00
DATAES-947 - Polishing.
Allow scrollId to be null.
This commit is contained in:
parent
bee7dbf65f
commit
5c30241572
@ -58,7 +58,7 @@ public class ScrollState {
|
||||
}
|
||||
}
|
||||
|
||||
public void updateScrollId(String scrollId) {
|
||||
public void updateScrollId(@Nullable String scrollId) {
|
||||
|
||||
if (StringUtils.hasText(scrollId)) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user