remove supportJava6 option (#8514)

This commit is contained in:
William Cheng
2021-01-26 10:27:09 +08:00
committed by GitHub
parent 0ae54911c3
commit 84813be309
974 changed files with 19 additions and 1306 deletions

View File

@@ -134,7 +134,6 @@ public class ChildSchema extends Parent {
return Objects.hash(prop1, super.hashCode(), additionalProperties);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();

View File

@@ -84,7 +84,6 @@ public class ChildSchemaAllOf {
return Objects.hash(prop1);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();

View File

@@ -135,7 +135,6 @@ public class MySchemaNameCharacters extends Parent {
return Objects.hash(prop2, super.hashCode(), additionalProperties);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();

View File

@@ -84,7 +84,6 @@ public class MySchemaNameCharactersAllOf {
return Objects.hash(prop2);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();

View File

@@ -94,7 +94,6 @@ public class Parent {
return Objects.hash(objectType);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();