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

30 lines
730 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes.dex */
public final class qKx {
public final BrP c;
public final int e;
public qKx(int i, BrP brP) {
this.e = i;
this.c = brP;
}
public final String toString() {
String e = this.c.e(this.e);
if (e == null) {
StringBuilder sb = new StringBuilder();
sb.append(this.c.o(this.e));
sb.append(" (unable to formulate description)");
e = sb.toString();
}
StringBuilder sb2 = new StringBuilder("[");
sb2.append(this.c.b());
sb2.append("] ");
sb2.append(this.c.s(this.e));
sb2.append(" - ");
sb2.append(e);
return sb2.toString();
}
}