Skip to content

Commit

Permalink
Merge pull request #3903 from alexandern/issue-3829
Browse files Browse the repository at this point in the history
Issue#3829. Objective-C client code, discriminator generated in both …
  • Loading branch information
wing328 authored Oct 6, 2016
2 parents cd6b5fe + 07df71e commit 24b1dc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class ObjcClientCodegen extends DefaultCodegen implements CodegenConfig {

public ObjcClientCodegen() {
super();

supportsInheritance = true;
outputFolder = "generated-code" + File.separator + "objc";
modelTemplateFiles.put("model-header.mustache", ".h");
modelTemplateFiles.put("model-body.mustache", ".m");
Expand Down

0 comments on commit 24b1dc8

Please sign in to comment.