revert garbage commit to attempt to trigger actions
This commit is contained in:
Daniella / Tove 2024-06-14 09:47:32 +02:00
parent 9ea31f4c44
commit d04f4fe2c1

View file

@ -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)
));
));
}
}