TimeUnitMismatch
An value that appears to be represented in one unit is used where another appears to be required (e.g., seconds where nanos are needed)

Severity
WARNING

Suppression

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