> @@ -67,4 +67,8 @@ > @Override > void close(); > > + /** > + * @return true if context open > + */ > + boolean isOpen();
`State` relate to `Closer`. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/32/files#r4727297
