mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 07:22:50 +00:00
rebuilt
This commit is contained in:
@@ -57,7 +57,7 @@ public class PetApi {
|
||||
|
||||
|
||||
String[] contentTypes = {
|
||||
"application/json","application/xml",
|
||||
"application/json","application/xml"
|
||||
};
|
||||
|
||||
String contentType = contentTypes.length > 0 ? contentTypes[0] : "application/json";
|
||||
@@ -107,7 +107,7 @@ public class PetApi {
|
||||
|
||||
|
||||
String[] contentTypes = {
|
||||
"application/json","application/xml",
|
||||
"application/json","application/xml"
|
||||
};
|
||||
|
||||
String contentType = contentTypes.length > 0 ? contentTypes[0] : "application/json";
|
||||
@@ -325,7 +325,7 @@ public class PetApi {
|
||||
|
||||
|
||||
String[] contentTypes = {
|
||||
"application/x-www-form-urlencoded",
|
||||
"application/x-www-form-urlencoded"
|
||||
};
|
||||
|
||||
String contentType = contentTypes.length > 0 ? contentTypes[0] : "application/json";
|
||||
@@ -449,7 +449,7 @@ public class PetApi {
|
||||
|
||||
|
||||
String[] contentTypes = {
|
||||
"multipart/form-data",
|
||||
"multipart/form-data"
|
||||
};
|
||||
|
||||
String contentType = contentTypes.length > 0 ? contentTypes[0] : "application/json";
|
||||
|
||||
Reference in New Issue
Block a user