Generated by
JDiff

Class com.google.common.base.Suppliers

Changed Methods
Supplier<T> ofInstance(T extends Object) Change in signature from T to (T extends Object).
Returns a supplier that always supplies {@code instance}.