Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server-templates/apiService.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It is here to remove some unsupported imports and to update the default implemen
}}
/**
* Service interface for implementations of the {{classname}}Service. Provides default
* implemntations for all service methods that return 501 error codes (not implemented).
* implementations for all service methods that return 501 error codes (not implemented).
*
* This file is automatically generated by the OpenAPI Code Generator based on configuration in the
* pom.xml file in the module.
Expand Down
2 changes: 1 addition & 1 deletion server-templates/apiServiceImpl.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It is here to remove some unsupported imports (ApiResponseMessage, openapi.tools
}}
/**
* Default implementation of the {{classname}}Service. Provides default
* implemntations for all service methods that return 501 error codes (not implemented).
* implementations for all service methods that return 501 error codes (not implemented).
*
* This file is automatically generated by the OpenAPI Code Generator based on configuration in the
* pom.xml file in the module.
Expand Down