forked from loafle/openapi-generator-original
java: Fix model package import in example
This commit is contained in:
parent
a6fd8442b2
commit
756f7a96f6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user