> +      if (securityGroupExtension.isPresent()) {
> +         Optional<SecurityGroup> group = 
> getGroup(securityGroupExtension.get());
> +
> +         if (group.isPresent()) {
> +            
> securityGroupExtension.get().removeSecurityGroup(group.get().getId());
> +         }
> +      }
> +   }
> +
> +
> +   @AfterClass(groups = { "integration", "live" })
> +   @Override
> +   protected void tearDownContext() {
> +      try {
> +         cleanup();
> +      } catch (Exception e) {

[minor] `} catch (Exception ignored) {`?

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

Reply via email to