mirror of https://github.com/apache/jclouds.git
Fix build when using Guava 20.0
This commit is contained in:
parent
dd73410d12
commit
4a7b2051f0
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue