Prefer using an unnamed variable (_) to denote variables and patterns that are intentionally unused.
_
Suppress false positives by adding the suppression annotation @SuppressWarnings("UnnamedVariable") to the enclosing element.
@SuppressWarnings("UnnamedVariable")