andreaturli commented on this pull request.
> }
- protected URI deleteResourceGroup(String resourceGroupName) {
- return api.getResourceGroupApi().delete(resourceGroupName);
+ protected void deleteResourceGroup(final String resourceGroupName) {
+ URI uri = api.getResourceGroupApi().delete(resourceGroupName);
+1
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/356#pullrequestreview-19826599