> @@ -144,6 +144,14 @@ > void deleteContainer(String container); > > /** > + * Deletes a container if it is empty. > + * > + * @param container what to delete > + * @return whether container was deleted
[minor] Something like "true if the container was deleted or does not exist"? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/451/files#r15358273
