Skip to content

Commit 8e28b5b

Browse files
authored
Remove unnecessary type param (#3809)
1 parent 2402768 commit 8e28b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FirebaseAppDistributionLifecycleNotifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class FirebaseAppDistributionLifecycleNotifier implements Application.ActivityLi
3535
private static final Executor DIRECT_EXECUTOR = Runnable::run;
3636

3737
/** A functional interface for a function that takes an activity and does something with it. */
38-
interface ActivityConsumer<T> {
38+
interface ActivityConsumer {
3939
void consume(Activity activity);
4040
}
4141

0 commit comments

Comments
 (0)