Skip to content

Commit

Permalink
Ensure additional properties are on by default
Browse files Browse the repository at this point in the history
Anyone embedding this library AND extending the DefaultGenerationConfig
will have additional properties enabled again with this change.

Closes joelittlejohn#398.
  • Loading branch information
joelittlejohn committed Aug 16, 2015
1 parent 9202d97 commit f1f4446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@ public boolean isConstructorsRequiredPropertiesOnly() {

@Override
public boolean isIncludeAdditionalProperties() {
return false;
return true;
}
}

0 comments on commit f1f4446

Please sign in to comment.