> +
> +   /**
> +    * Override parent method because it uses strange futures and listenables
> +    * that creates problem in the test if more than one test that deletes the
> +    * container is executed
> +    *
> +    * @param container
> +    * @return
> +    */
> +   @Override
> +   public void deleteContainer(final String container) {
> +      deleteAndVerifyContainerGone(container);
> +   }
> +
> +   public boolean deleteContainerIfEmpty(final String container) {
> +      Boolean returnVal = true;

`boolean`?

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

Reply via email to