what-the-bank/sources/com/google/common/util/concurrent/internal/InternalFutureFailureAccess...

8 lines
264 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.common.util.concurrent.internal;
/* loaded from: classes2.dex */
public abstract class InternalFutureFailureAccess {
/* JADX INFO: Access modifiers changed from: protected */
public abstract Throwable tryInternalFastPathGetFailure();
}