no message
This commit is contained in:
@@ -1,14 +1,8 @@
|
||||
package TestingSystem.DVM.DVMPackage;
|
||||
import Common.Database.DBObject;
|
||||
import GlobalData.Machine.MachineType;
|
||||
import TestingSystem.Common.TestingPackage.TestingPackage;
|
||||
import TestingSystem.DVM.Tasks.TestCompilationTask;
|
||||
import TestingSystem.DVM.TasksPackage.TasksPackage;
|
||||
|
||||
import java.util.LinkedHashMap;
|
||||
import java.util.Vector;
|
||||
public class DVMPackage extends TestingPackage {
|
||||
public String PID=""; //сишная часть.
|
||||
public String PID = ""; //сишная часть.
|
||||
//---
|
||||
public String machine_name = "";
|
||||
public String machine_address = "";
|
||||
@@ -29,8 +23,5 @@ public class DVMPackage extends TestingPackage {
|
||||
user_name = tasksPackage.user_name;
|
||||
user_workspace = tasksPackage.user_workspace;
|
||||
user_password = tasksPackage.user_password;
|
||||
needsEmail = tasksPackage.needsEmail;
|
||||
kernels = tasksPackage.kernels;
|
||||
state = tasksPackage.state;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user