> @@ -148,7 +131,7 @@ public SecurityGroup removeIpPermission(IpProtocol 
> protocol, int startPort, int
>                                             Iterable<String> groupIds, 
> SecurityGroup group) {
>        String region = 
> AWSUtils.getRegionFromLocationOrNull(group.getLocation());
>        String name = group.getName();
> -
> +      String id = 
> Iterables.get(client.getSecurityGroupApi().get().describeSecurityGroupsInRegion(region,
>  name), 0).getId();

Create a function for this line? It seems to be repeated a whole bunch of 
times..?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/117/files#r5806169

Reply via email to