mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-30 00:25:03 +00:00
stuff
This commit is contained in:
24
app/obfuscated_support_classes/ShutdownTimeoutThread.java
Normal file
24
app/obfuscated_support_classes/ShutdownTimeoutThread.java
Normal file
@@ -0,0 +1,24 @@
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
final class h extends Thread {
|
||||
public void run() {
|
||||
i i = new i(this);
|
||||
i.start();
|
||||
long l = System.currentTimeMillis();
|
||||
while (System.currentTimeMillis() - l < 60000L) {
|
||||
try {
|
||||
Thread.sleep(1000L);
|
||||
} catch (InterruptedException interruptedException) {
|
||||
Logger.getLogger(TunerStudio.class.getName()).log(Level.SEVERE, (String)null, interruptedException);
|
||||
}
|
||||
}
|
||||
Runtime.getRuntime().halt(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/h.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user