what-the-bank/sources/o/fYJ.java

24 lines
462 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.concurrent.CountDownLatch;
/* loaded from: classes6.dex */
public final class fYJ extends CountDownLatch implements fSQ<Throwable>, fSP {
public Throwable b;
@Override // o.fSQ
public final /* synthetic */ void c(Throwable th) throws Throwable {
this.b = th;
countDown();
}
public fYJ() {
super(1);
}
@Override // o.fSP
public final void c() {
countDown();
}
}