Skip to content

Commit 02a673f

Browse files
Trigger rebuild
1 parent 4c9560e commit 02a673f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/CodegenParameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class CodegenParameter implements IJsonSchemaValidationProperties {
4747
isBoolean, isDate, isDateTime, isUuid, isUri, isEmail, isPassword, isFreeFormObject, isAnyType, isShort, isUnboundedInteger;
4848
public boolean isArray, isMap;
4949
/**
50-
* If a query parameter should be serialized as application/json
50+
* If a query parameter should be serialized as json
5151
*/
5252
public boolean queryIsJsonMimeType;
5353
/**

0 commit comments

Comments
 (0)