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
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849

View File

@ -58,7 +58,7 @@ public class ScrollState {
}
}
public void updateScrollId(String scrollId) {
public void updateScrollId(@Nullable String scrollId) {
if (StringUtils.hasText(scrollId)) {