рефакторинг

This commit is contained in:
2023-09-29 21:46:08 +03:00
parent 12898b07bb
commit 760707e6fb
41 changed files with 510 additions and 486 deletions

View File

@@ -1,7 +1,7 @@
package SapforTestingSystem.ThreadTask;
import Common.Utils.Utils;
import Common.Constants.Constants;
public class ThreadTask {
public int id = Utils.Nan;
public int id = Constants.Nan;
public Thread thread;
public ThreadTask(int id_in, Runnable runnable){
id = id_in;