no message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user