Fix build when using Guava 20.0

This commit is contained in:
Ignasi Barrera 2018-01-16 11:21:30 +01:00
parent dd73410d12
commit 4a7b2051f0
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ public class RegionIdToURIFromAccessForTypeAndVersionTest {
@Test(expectedExceptions = NoSuchElementException.class)
public void testRegionUnmatches() {
Maps.transformValues(factory.createForApiTypeAndVersion("compute", "1.0").get(),
Suppliers.<URI> supplierFunction());
factory.createForApiTypeAndVersion("compute", "1.0").get();
}
public void testRegionMatches() {