> @@ -72,7 +72,12 @@ public void close() {
> closeQuietly(closer);
> }
>
> - /**
> + @Override
> + public boolean isOpen() {
> + return closer.getState() == Closer.State.OPEN;thks, fixed --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/32/files#r4715958
