20 lines
596 B
Java
20 lines
596 B
Java
package o;
|
|
|
|
import com.google.android.datatransport.runtime.ExecutionModule;
|
|
import java.util.concurrent.Executor;
|
|
|
|
/* renamed from: o.eaV, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C11180eaV implements fPK<Executor> {
|
|
static final C11180eaV d = new C11180eaV();
|
|
|
|
@Override // o.fZE
|
|
public final /* synthetic */ Object get() {
|
|
Executor d2 = ExecutionModule.d();
|
|
if (d2 != null) {
|
|
return d2;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|