void-returning methods cannot return null.
Suppress false positives by adding the suppression annotation @SuppressWarnings("NullableVoid") to the enclosing element.
@SuppressWarnings("NullableVoid")