Skip to content

Commit

Permalink
FIX OpenAPITools#8583 [BUG][JAVA] AbstractOpenApiSchema package
Browse files Browse the repository at this point in the history
Fixed package declaration in AbstractOpenApiSchema.mustache template
  • Loading branch information
BenjaminKlatt committed Feb 7, 2021
1 parent 64097ea commit e0573c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{>licenseInfo}}

package {{invokerPackage}}.model;
package {{modelPackage}};

import {{invokerPackage}}.ApiException;
import java.util.Objects;
Expand Down

0 comments on commit e0573c2

Please sign in to comment.