We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fec429 commit eba4affCopy full SHA for eba4aff
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/NancyFXServerCodegen.java
@@ -134,7 +134,7 @@ public void processOpts() {
134
}
135
136
if (additionalProperties.containsKey(ASYNC_SERVER)) {
137
- setAsyncServer(Boolean.parseBoolean((String)additionalProperties.get(ASYNC_SERVER)));
+ setAsyncServer(Boolean.valueOf(additionalProperties.get(ASYNC_SERVER).toString()));
138
139
140
additionalProperties.put("packageGuid", packageGuid);
0 commit comments