no message
This commit is contained in:
@@ -4,9 +4,9 @@ import org.apache.commons.io.FileUtils;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.concurrent.Callable;
|
||||
public class InterruptThread extends Thread{
|
||||
public class InterruptThread extends Thread {
|
||||
//------------
|
||||
public InterruptThread(int sleep_ms, Callable action){
|
||||
public InterruptThread(int sleep_ms, Callable action) {
|
||||
super(() -> {
|
||||
File interruptFile = new File(Constants.INTERRUPT);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user