We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7907d1e commit a60b995Copy full SHA for a60b995
1 file changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/ProtobufSchemaCodegen.java
@@ -262,6 +262,7 @@ public void processOpts() {
262
263
if (additionalProperties.containsKey(CUSTOM_OPTIONS_MODEL)) {
264
this.setCustomOptionsModel((String) additionalProperties.get(CUSTOM_OPTIONS_MODEL));
265
+ }
266
267
if (additionalProperties.containsKey(this.SUPPORT_MULTIPLE_RESPONSES)) {
268
this.supportMultipleResponses = convertPropertyToBooleanAndWriteBack(SUPPORT_MULTIPLE_RESPONSES);
0 commit comments