> > + /** > + * 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);
Nodes and clients belong in the same block? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/19/files#r6363855
