Files
gerrit/gerrit-reviewdb
David Pursehouse 58087a18a0 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
2017-06-21 08:32:31 +09:00
..
2016-12-07 11:33:07 +00:00