> @@ -35,14 +36,25 @@ > // guice is single threaded. no need to lock this > List<Closeable> methodsToClose = Lists.<Closeable> newArrayList(); > > + volatile boolean isOpen;
yep, I remove synchronize primitives, until there is a solution in the mailing list. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/32/files#r4705194
