mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
stuff
This commit is contained in:
26
app/G/ThreadExtension.java
Normal file
26
app/G/ThreadExtension.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package G;
|
||||
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
class ThreadExtension extends Thread {
|
||||
private int b = 200;
|
||||
|
||||
aP(aO paramaO) {}
|
||||
|
||||
public void run() {
|
||||
try {
|
||||
sleep(this.b);
|
||||
} catch (InterruptedException interruptedException) {
|
||||
Logger.getLogger(aO.class.getName()).log(Level.SEVERE, (String)null, interruptedException);
|
||||
}
|
||||
aO.a(this.a, (aP)null);
|
||||
aO.a(this.a);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/aP.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user