Skip to content

Commit

Permalink
add isModel to updatebooleanflagwithcodegenproperty (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhemant authored and wing328 committed Jan 9, 2019
1 parent 581bac8 commit 87d5484
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4035,6 +4035,9 @@ public void setParameterBooleanFlagWithCodegenProperty(CodegenParameter paramete
if (Boolean.TRUE.equals(property.isFile)) {
parameter.isFile = true;
}
if (Boolean.TRUE.equals(property.isModel)) {
parameter.isModel = true;
}
}


Expand Down

0 comments on commit 87d5484

Please sign in to comment.