mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
26 lines
563 B
Java
26 lines
563 B
Java
package aP;
|
|
|
|
import G.R;
|
|
import G.T;
|
|
import S.SInterfaceMike;
|
|
import U.UInterfaceBravo;
|
|
|
|
class SInterfaceMikeImpl implements SInterfaceMike {
|
|
hY(hO paramhO) {}
|
|
|
|
public void a(String paramString) {
|
|
R r = T.a().c(paramString);
|
|
double d = UInterfaceBravo.a(r);
|
|
if (d < 0.0D || d > 30.0D) {
|
|
UInterfaceBravo.a(r, 30);
|
|
} else {
|
|
UInterfaceBravo.a(r, (int)d);
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aP/hY.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |