Skip to content

Commit 10f2915

Browse files
author
andrewwilsonnew
committed
fixing jakarta 2
1 parent ffae64f commit 10f2915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/kotlin-misk/apiImpl.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import okhttp3.Headers
2525
{{#operations}}
2626
@Singleton
2727
class {{classname}}Impl @Inject constructor(
28-
): {{classname}} {
28+
) implements {{classname}} {
2929
{{#operation}}
3030

3131
override fun {{operationId}}({{#allParams}}{{>queryParams}}{{>pathParams}}{{>headerParams}}{{>cookieParams}}{{>bodyParams}}{{>formParams}}{{^-last}}, {{/-last}}{{/allParams}}){{#returnType}}: {{{returnType}}}{{/returnType}} {

0 commit comments

Comments
 (0)