Generated by
JDiff

Class com.google.common.util.concurrent.ClosingFuture.ValueAndCloser

Changed Methods
V extends Object get() Change in return type from V to (V extends Object).
Returns the final value of the associated ClosingFuture, or throws an exception as Future.get() would.