UnnecessaryAsync
Variables which are initialized and do not escape the current scope do not need to worry about concurrency. Using the non-concurrent type will reduce overhead and verbosity.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("UnnecessaryAsync")
to the enclosing element.