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.
2 parents d8ae35d + d8fc8eb commit 65ff5edCopy full SHA for 65ff5ed
src/main/java/io/swagger/codegen/v3/generators/java/SpringCodegen.java
@@ -157,7 +157,7 @@ public void processOpts() {
157
158
if (additionalProperties.containsKey(DATE_LIBRARY)) {
159
if (additionalProperties.get(DATE_LIBRARY).toString().startsWith("java8")) {
160
- this.setJava8(Boolean.valueOf(additionalProperties.get(JAVA8_MODE).toString()));
+ this.setJava8(true);
161
}
162
163
if (this.java8) {
0 commit comments