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 fd2b713 + 65ff5ed commit 054844aCopy full SHA for 054844a
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