Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 9806f43

Browse files
committed
Fixes javadoc warning
1 parent 37fa883 commit 9806f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-json-schema-generator/src/main/java/org/openapitools/codegen/CodegenOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public boolean getAllResponsesAreErrors() {
199199

200200
/**
201201
* @return contentTypeToOperation
202-
* returns a mof where the key is the request body content type and the value is the current CodegenOperation
202+
* returns a map where the key is the request body content type and the value is the current CodegenOperation
203203
* this is needed by templates when a different signature is needed for each request body content type
204204
*/
205205
public Map<String, CodegenOperation> getContentTypeToOperation() {

0 commit comments

Comments
 (0)