>  
> +   /**
> +    * Delete the given nodes.
> +    * 
> +    * @param names The names of the nodes to delete.
> +    */
> +   void deleteAllNodesInList(Iterable<String> names);
> +
> +   /**
> +    * Delete the given clients.
> +    * 
> +    * @param names The names of the client to delete.
> +    */
>     void deleteAllClientsInList(Iterable<String> names);

Perhaps than simply make the doc comment `// Nodes/Clients` or so..?

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

Reply via email to