forked from loafle/openapi-generator-original
Merge remote-tracking branch 'origin/5.1.x' into 6.0.x
This commit is contained in:
@@ -72,7 +72,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
|
||||
protected List<ServerConfiguration> servers = new ArrayList<ServerConfiguration>(Arrays.asList(
|
||||
new ServerConfiguration(
|
||||
"/",
|
||||
"",
|
||||
"No description provided",
|
||||
new HashMap<String, ServerVariable>()
|
||||
)
|
||||
|
||||
@@ -134,7 +134,6 @@ public class ChildSchema extends Parent {
|
||||
return Objects.hash(prop1, super.hashCode(), additionalProperties);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
@@ -84,7 +84,6 @@ public class ChildSchemaAllOf {
|
||||
return Objects.hash(prop1);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
@@ -135,7 +135,6 @@ public class MySchemaNameCharacters extends Parent {
|
||||
return Objects.hash(prop2, super.hashCode(), additionalProperties);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
@@ -84,7 +84,6 @@ public class MySchemaNameCharactersAllOf {
|
||||
return Objects.hash(prop2);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
@@ -94,7 +94,6 @@ public class Parent {
|
||||
return Objects.hash(objectType);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user