mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 00:17:05 +00:00
Mustache template should use invokerPackage tag to generate import (#6277)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user