garbage commit to attempt to trigger actions

This commit is contained in:
Jess H 2024-06-14 02:08:22 +01:00
parent 756a93f0ba
commit ca8b1b7360
Signed by: UnixSystemV
GPG key ID: 9B21C50B68D67F19

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