File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/io/swagger/codegen/v3/generators/java Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ public void processOpts() {
375
375
} else {
376
376
importMapping .put ("Schema" , "io.swagger.v3.oas.annotations.media.Schema" );
377
377
}
378
-
378
+
379
379
importMapping .put ("JsonProperty" , "com.fasterxml.jackson.annotation.JsonProperty" );
380
380
importMapping .put ("JsonSubTypes" , "com.fasterxml.jackson.annotation.JsonSubTypes" );
381
381
importMapping .put ("JsonTypeInfo" , "com.fasterxml.jackson.annotation.JsonTypeInfo" );
@@ -1305,7 +1305,7 @@ private String deriveInvokerPackageName(String input) {
1305
1305
public void setSupportJava6 (boolean value ) {
1306
1306
this .supportJava6 = value ;
1307
1307
}
1308
-
1308
+
1309
1309
public String toRegularExpression (String pattern ) {
1310
1310
return escapeText (pattern );
1311
1311
}
@@ -1361,7 +1361,7 @@ public void setLanguageArguments(List<CodegenArgument> languageArguments) {
1361
1361
.value (Boolean .FALSE .toString ()));
1362
1362
}
1363
1363
}
1364
-
1364
+
1365
1365
super .setLanguageArguments (languageArguments );
1366
1366
}
1367
1367
}
You can’t perform that action at this time.
0 commit comments