Mustache template should use invokerPackage tag to generate import (#6277)

This commit is contained in:
Sebastien Rosset 2020-05-12 23:01:42 -07:00 committed by GitHub
parent a842e1c3a3
commit 2c5675a48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
package {{invokerPackage}}.model;
import org.openapitools.client.ApiException;
import {{invokerPackage}}.ApiException;
import java.lang.reflect.Type;
import java.util.Map;
import javax.ws.rs.core.GenericType;