> String region = > AWSUtils.getRegionFromLocationOrNull(group.getLocation()); > String name = group.getName(); > + String id = > Iterables.get(client.getSecurityGroupApi().get().describeSecurityGroupsInRegion(region, > name), 0).getId(); > +
[trivial] Remove added blank line? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/117/files#r5806105
