gerrit/gerrit-reviewdb
David Pursehouse fe9e775fe5 Suppress warnings about deprecated CheckedFuture
CheckedFuture is deprecated in Guava 22.

Remove imports of CheckedFuture and refer to it with explicit
package name in the code, so we can suppress warnings where it's
used rather than suppressing for the whole class. The latter would
also suppress warnings if something else gets deprecated in future
and cause us to miss it.

Change-Id: I99d5021da205c9f1f4c6393ae3eb4c3e701efe20
(cherry picked from commit 58087a18a0)
2017-11-21 10:24:26 +09:00
..
src Suppress warnings about deprecated CheckedFuture 2017-11-21 10:24:26 +09:00
BUILD Bazel: Reformat build files 2016-12-07 11:33:07 +00:00