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.

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("UnnecessaryAsync") to the enclosing element.