mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-30 16:45:40 +00:00
stuff
This commit is contained in:
26
app/aP/SInterfaceMikeImpl.java
Normal file
26
app/aP/SInterfaceMikeImpl.java
Normal file
@@ -0,0 +1,26 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user