no message

This commit is contained in:
2023-10-29 01:03:37 +03:00
parent 9be7fa227f
commit a4fbb739a9
10 changed files with 39 additions and 21 deletions

View File

@@ -11,4 +11,8 @@ public class SapforVersion_json implements Serializable {
version = version_in;
description = description_in;
}
public SapforVersion_json(String root_in, String version_in, String description_in) {
version = version_in.substring(root_in.length() + 1);
description = description_in;
}
}