> +
> +      assertNotNull(origGroup);
> +      SecurityGroup newGroup = extension.addIpPermission(IpProtocol.TCP,
> +              22,
> +              22,
> +              emptyMultimap(),
> +              emptyStringSet(),
> +              ImmutableSet.of("admin/11111"),
> +              origGroup);
> +
> +      assertNotNull(newGroup);
> +   }
> +
> +   private Multimap<String, String> emptyMultimap() {
> +      return LinkedHashMultimap.create();
> +   }

Oh, wait, no, now I remember - LinkedHashMultimap.<String,String>create() and 
its ilk everywhere annoyed me. Mind if I keep it as is?
 

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

Reply via email to