forked from loafle/openapi-generator-original
java: Fix model package import in example
This commit is contained in:
@@ -60,7 +60,7 @@ Please follow the [installation](#installation) instruction and execute the foll
|
||||
{{#apiInfo}}{{#apis}}{{#-first}}{{#operations}}{{#operation}}{{#-first}}
|
||||
import {{{invokerPackage}}}.*;
|
||||
import {{{invokerPackage}}}.auth.*;
|
||||
import {{{invokerPackage}}}.model.*;
|
||||
import {{{modelPackage}}}.*;
|
||||
import {{{package}}}.{{{classname}}};
|
||||
|
||||
import java.io.File;
|
||||
|
||||
Reference in New Issue
Block a user