Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633909149
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed May 15, 2024
1 parent 7c934a2 commit 225c1b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/guava/src/com/google/common/base/Supplier.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
*/
@GwtCompatible
@ElementTypesAreNonnullByDefault
public interface Supplier<T extends @Nullable Object>
{
public interface Supplier<T extends @Nullable Object> {
/**
* Retrieves an instance of the appropriate type. The returned object may or may not be a new
* instance, depending on the implementation.
Expand Down

0 comments on commit 225c1b5

Please sign in to comment.