DATAES-947 - Polishing.
Allow scrollId to be null.
This commit is contained in:
@@ -58,7 +58,7 @@ public class ScrollState {
|
||||
}
|
||||
}
|
||||
|
||||
public void updateScrollId(String scrollId) {
|
||||
public void updateScrollId(@Nullable String scrollId) {
|
||||
|
||||
if (StringUtils.hasText(scrollId)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user