Skip to content

Commit af8ed71

Browse files
committed
#757: allowed first allOf element properties to be copied in order ot fix properties sorting issue.
1 parent b01a91a commit af8ed71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/swagger/codegen/v3/generators/swift/Swift5Codegen.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ public void processOpts() {
346346
"",
347347
".gitignore"));
348348

349+
copyFistAllOfProperties = true;
350+
349351
}
350352

351353
@Override

0 commit comments

Comments
 (0)