> +
> + 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();
> + }
Probably not. I think I just got annoyed at line lengths at one point. Undoing!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/144/files#r6353568