>      * @return The details of all existing nodes.
>      */
>     Iterable<? extends Node> listNodes();
>  
>     /**
> +    * Lists the details of all existing nodes, executing concurrently using 
> the executorService.
> +    *
> +    * @return The details of all existing nodes.
> +    */
> +   Iterable<? extends Node> listNodesConcurrently(ExecutorService 
> executorService);
> +
> +

[minor] Remove blank line?

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

Reply via email to