Generated by
JDiff

Class com.google.common.util.concurrent.AbstractListeningExecutorService

Changed Methods
RunnableFuture<T> newTaskFor(Runnable, T) Change in return type from ListenableFutureTask<T> to RunnableFuture<T>.
@since 19.0 (present with return type {@code ListenableFutureTask} since 14.0)
RunnableFuture<T> newTaskFor(Callable<T>) Change in return type from ListenableFutureTask<T> to RunnableFuture<T>.
@since 19.0 (present with return type {@code ListenableFutureTask} since 14.0)