no message

This commit is contained in:
2023-10-08 01:57:25 +03:00
parent e9bd430d56
commit 54f392ea58
13 changed files with 55 additions and 56 deletions

View File

@@ -9,5 +9,5 @@ public class SapforTasksPackage_json {
@Expose
public List<String> tests = new Vector<>();
@Expose
public List<SapforConfiguration_json> packages = new Vector<>();
public List<SapforConfiguration_json> configurations = new Vector<>();
}