Skip to content

Commit a60b995

Browse files
author
andrewwilsonnew
committed
typo
1 parent 7907d1e commit a60b995

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ public void processOpts() {
262262

263263
if (additionalProperties.containsKey(CUSTOM_OPTIONS_MODEL)) {
264264
this.setCustomOptionsModel((String) additionalProperties.get(CUSTOM_OPTIONS_MODEL));
265+
}
265266

266267
if (additionalProperties.containsKey(this.SUPPORT_MULTIPLE_RESPONSES)) {
267268
this.supportMultipleResponses = convertPropertyToBooleanAndWriteBack(SUPPORT_MULTIPLE_RESPONSES);

0 commit comments

Comments
 (0)