> @@ -35,14 +38,33 @@
>     // guice is single threaded. no need to lock this
>     List<Closeable> methodsToClose = Lists.<Closeable> newArrayList();
>  
> +   public enum State {
> +      OPEN,
> +      CLOSING,
> +      CLOSED
> +   }

PS: I think this will be my last comment/point to address...thanks for bearing 
with me! ;-)

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

Reply via email to