1
0
mirror of synced 2026-08-05 16:37:04 +00:00

DATAES-947 - Polishing.

Allow scrollId to be null.
This commit is contained in:
Mark Paluch
2020-10-12 15:50:39 +02:00
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)) {