package r3; /* loaded from: classes2.dex */ public abstract class p { public static Object a(Object obj) { if (obj != null) { return obj; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } }