Generated by
JDiff

Class com.google.common.util.concurrent.AbstractCheckedFuture

The superclass changed from java.lang.Object to com.google.common.util.concurrent.ForwardingListenableFuture.SimpleForwardingListenableFuture.

Removed Methods
void addListener(Runnable, Executor)  
boolean cancel(boolean)  
V get()  
V get(long, TimeUnit)  
boolean isCancelled()  
boolean isDone()  
 

Removed Fields
ListenableFuture<V> delegate The delegate, used to pass along all our methods.