Skip to content

Commit

Permalink
disabled reference removal for swagger-api/swagger-core#1929
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Sep 20, 2016
1 parent db9c160 commit cda34d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public boolean isPropertyAllowed(Model model, Property property, String property

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

0 comments on commit cda34d7

Please sign in to comment.