> @@ -72,7 +72,12 @@ public void close() {
>        closeQuietly(closer);
>     }
>  
> -   /**
> +    @Override
> +    public boolean isOpen() {
> +        return closer.getState() == Closer.State.OPEN;

Formatting? Should be 3 spaces, I think.

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

Reply via email to