> @@ -250,4 +252,15 @@ public T get(long arg0, TimeUnit arg1) throws > InterruptedException, ExecutionExc > } > } > > + private static class ListenableScheduledFuture<T> extends > ScheduledFuture<T>
Do we _need_ ListenableScheduledFuture anywhere or was the old code simply incompatible with Guava 15 (I notice LSF is a new interface in 15)..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/133/files#r6032110
