Skip to content

Commit

Permalink
JAVA Spring <async>false</async> Pushing the improved fix (OpenAPIToo…
Browse files Browse the repository at this point in the history
…ls#1179)

* Pushing the improved fix

* reverting the unrelated change

* saving the revertal properly
  • Loading branch information
raghuraman1 authored and wing328 committed Oct 5, 2018
1 parent 59774f1 commit b3f240a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ public void processOpts() {

if (additionalProperties.containsKey(ASYNC)) {
this.setAsync(Boolean.valueOf(additionalProperties.get(ASYNC).toString()));
//fix for issue/1164
convertPropertyToBooleanAndWriteBack(ASYNC);
}

if (additionalProperties.containsKey(REACTIVE)) {
Expand Down

0 comments on commit b3f240a

Please sign in to comment.