> @@ -250,4 +252,15 @@ public T get(long arg0, TimeUnit arg1) throws > InterruptedException, ExecutionExc > } > } > > + private static class ListenableScheduledFuture<T> extends > ScheduledFuture<T>
These classes capture the stack trace of the caller for debugging purposes. I don't know if we strictly need these classes, but this commit is the minimum to pass unit tests with Guava 15. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/133/files#r6080110
