> @@ -63,7 +62,8 @@
> */
> @Test(groups = "live", singleThreaded = true, testName =
> "PlacementGroupApiLiveTest")
> public class PlacementGroupApiLiveTest extends
> BaseComputeServiceContextLiveTest {
> - ArrayList<String> supportedRegions = newArrayList(Region.US_EAST_1,
> Region.US_WEST_2, Region.EU_WEST_1);
> + ArrayList<String> supportedRegions = newArrayList(Region.US_EAST_1,
> Region.US_WEST_2, Region.EU_WEST_1,
[minor] `List` instead of concrete implementation type?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/154/files#r7112769