You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ALL-GENS] Utility - add open and close brace placeholders to additionalProperties for all mustache templates in all code gens (#23259)
* add open and close brace placeholders to additionalProperties for all mustache templates in all code gens
* populate the map via the default constructor
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/JavaMicronautAbstractCodegen.java
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -133,10 +133,6 @@ public JavaMicronautAbstractCodegen() {
133
133
))
134
134
);
135
135
136
-
// Set additional properties
137
-
additionalProperties.put("openbrace", "{");
138
-
additionalProperties.put("closebrace", "}");
139
-
140
136
// Set client options that will be presented to user
0 commit comments