Generated by
JDiff

Class com.google.common.util.concurrent.AbstractFuture

Changed Methods
boolean set(V extends Object) Change in signature from V to (V extends Object).
Sets the result of this {@code Future} unless this {@code Future} has already been cancelled or set (including #setFuture set asynchronously).
V extends Object get() Change in return type from V to (V extends Object).
{@inheritDoc}
V extends Object get(long, TimeUnit) Change in return type from V to (V extends Object).
{@inheritDoc}