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 e0d2d56 commit 4311007Copy full SHA for 4311007
1 file changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AbstractJavaCodegen.java
@@ -290,7 +290,6 @@ public AbstractJavaCodegen() {
290
typeMapping.put("date", "Date");
291
typeMapping.put("file", "File");
292
typeMapping.put("AnyType", "Object");
293
- typeMapping.put("ByteArray", "byte[]");
294
295
importMapping.put("BigDecimal", "java.math.BigDecimal");
296
importMapping.put("UUID", "java.util.UUID");
0 commit comments