>      * @return The details of all existing cookbooks.
>      */
>     Iterable<? extends CookbookVersion> listCookbookVersions();
>  
>     /**
> +    * Lists the details of all existing cookbooks. This method is executed 
> concurrently, using the threads available in the ExecutorService.
> +    *
> +    * @return The details of all existing cookbooks.
> +    */
> +   Iterable<? extends CookbookVersion> 
> listCookbookVersionsConcurrently(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#r15115239

Reply via email to