>  
> +        Set<? extends NodeMetadata> suspendedNodes = 
> client.suspendNodesMatching(inGroup(group));
> +      for (ComputeMetadata node : suspendedNodes) {
> +          assert node.getProviderId() != null : node;

Please fix indents and use assertNotNull

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

Reply via email to