no message

This commit is contained in:
2023-11-17 22:03:13 +03:00
parent e9f878c5a6
commit d3fc9a8f8e
16 changed files with 86 additions and 70 deletions

View File

@@ -1,4 +1,5 @@
package TestingSystem.SAPFOR.Json;
import Common.Constants;
import Visual_DVM_2021.Passes.PassCode_2021;
import com.google.gson.annotations.Expose;
@@ -6,7 +7,7 @@ import java.util.List;
import java.util.Vector;
public class SapforConfiguration_json {
@Expose
public String id = "";
public int id = Constants.Nan;
@Expose
public String flags = "";
@Expose