Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
The source code has a bunch of warning suppression for Beta and Unstable APIs that were originally added to by-bass errorprone errors from the use of Guava's Beta APIs.
@SuppressWarnings({"BetaApi", "UnstableApiUsage"})
The suppression is no longer necessary since in the latest Guava versions the APIs that we use are stable.
Attachments
Issue Links
- links to