Generated by
JDiff

Class com.google.common.util.concurrent.Callables

Changed Methods
Callable<T> returning(T extends Object) Change in signature from T to (T extends Object).
Creates a {@code Callable} which immediately returns a preset value each time it is called.