Initial checkin

This commit is contained in:
2023-04-27 20:19:44 -05:00
parent 37fa78417f
commit 6b6dd546fd

View File

@ -62,7 +62,7 @@ public class ApiScriptUtils implements Serializable
public ApiScriptUtils(String apiName, String apiVersion)
{
setApiName(apiName);
this.apiVersion = apiVersion;
setApiVersion(apiVersion);
}