garbage commit to attempt to trigger actions
This commit is contained in:
parent
756a93f0ba
commit
ca8b1b7360
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ public class CheckNull {
|
|||
.anyMatch(iterable -> iterable == null ||
|
||||
StreamSupport.stream(iterable.spliterator(), false)
|
||||
.anyMatch(o -> (o instanceof Iterable<?>) ? isNull((Iterable<?>) o) : isNull(o)
|
||||
));
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue