Skip to content

Commit 1068ce5

Browse files
committed
Updated samples
retrigger build #1
1 parent 1874cbf commit 1068ce5

File tree

2,146 files changed

+4165
-4175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,146 files changed

+4165
-4175
lines changed

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void setName(String name) {
6565

6666

6767
@Override
68-
public boolean equals(java.lang.Object o) {
68+
public boolean equals(Object o) {
6969
if (this == o) {
7070
return true;
7171
}
@@ -97,7 +97,7 @@ public String toString() {
9797
* Convert the given object to string with each line indented by 4 spaces
9898
* (except the first line).
9999
*/
100-
private String toIndentedString(java.lang.Object o) {
100+
private String toIndentedString(Object o) {
101101
if (o == null) {
102102
return "null";
103103
}

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void setName(String name) {
6666

6767

6868
@Override
69-
public boolean equals(java.lang.Object o) {
69+
public boolean equals(Object o) {
7070
if (this == o) {
7171
return true;
7272
}
@@ -98,7 +98,7 @@ public String toString() {
9898
* Convert the given object to string with each line indented by 4 spaces
9999
* (except the first line).
100100
*/
101-
private String toIndentedString(java.lang.Object o) {
101+
private String toIndentedString(Object o) {
102102
if (o == null) {
103103
return "null";
104104
}

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void setName(String name) {
6565

6666

6767
@Override
68-
public boolean equals(java.lang.Object o) {
68+
public boolean equals(Object o) {
6969
if (this == o) {
7070
return true;
7171
}
@@ -97,7 +97,7 @@ public String toString() {
9797
* Convert the given object to string with each line indented by 4 spaces
9898
* (except the first line).
9999
*/
100-
private String toIndentedString(java.lang.Object o) {
100+
private String toIndentedString(Object o) {
101101
if (o == null) {
102102
return "null";
103103
}

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public void setAnytype3(Object anytype3) {
421421

422422

423423
@Override
424-
public boolean equals(java.lang.Object o) {
424+
public boolean equals(Object o) {
425425
if (this == o) {
426426
return true;
427427
}
@@ -471,7 +471,7 @@ public String toString() {
471471
* Convert the given object to string with each line indented by 4 spaces
472472
* (except the first line).
473473
*/
474-
private String toIndentedString(java.lang.Object o) {
474+
private String toIndentedString(Object o) {
475475
if (o == null) {
476476
return "null";
477477
}

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void setName(String name) {
6565

6666

6767
@Override
68-
public boolean equals(java.lang.Object o) {
68+
public boolean equals(Object o) {
6969
if (this == o) {
7070
return true;
7171
}
@@ -97,7 +97,7 @@ public String toString() {
9797
* Convert the given object to string with each line indented by 4 spaces
9898
* (except the first line).
9999
*/
100-
private String toIndentedString(java.lang.Object o) {
100+
private String toIndentedString(Object o) {
101101
if (o == null) {
102102
return "null";
103103
}

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void setName(String name) {
6666

6767

6868
@Override
69-
public boolean equals(java.lang.Object o) {
69+
public boolean equals(Object o) {
7070
if (this == o) {
7171
return true;
7272
}
@@ -98,7 +98,7 @@ public String toString() {
9898
* Convert the given object to string with each line indented by 4 spaces
9999
* (except the first line).
100100
*/
101-
private String toIndentedString(java.lang.Object o) {
101+
private String toIndentedString(Object o) {
102102
if (o == null) {
103103
return "null";
104104
}

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void setName(String name) {
6565

6666

6767
@Override
68-
public boolean equals(java.lang.Object o) {
68+
public boolean equals(Object o) {
6969
if (this == o) {
7070
return true;
7171
}
@@ -97,7 +97,7 @@ public String toString() {
9797
* Convert the given object to string with each line indented by 4 spaces
9898
* (except the first line).
9999
*/
100-
private String toIndentedString(java.lang.Object o) {
100+
private String toIndentedString(Object o) {
101101
if (o == null) {
102102
return "null";
103103
}

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void setName(String name) {
6565

6666

6767
@Override
68-
public boolean equals(java.lang.Object o) {
68+
public boolean equals(Object o) {
6969
if (this == o) {
7070
return true;
7171
}
@@ -97,7 +97,7 @@ public String toString() {
9797
* Convert the given object to string with each line indented by 4 spaces
9898
* (except the first line).
9999
*/
100-
private String toIndentedString(java.lang.Object o) {
100+
private String toIndentedString(Object o) {
101101
if (o == null) {
102102
return "null";
103103
}

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Animal.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void setColor(String color) {
103103

104104

105105
@Override
106-
public boolean equals(java.lang.Object o) {
106+
public boolean equals(Object o) {
107107
if (this == o) {
108108
return true;
109109
}
@@ -135,7 +135,7 @@ public String toString() {
135135
* Convert the given object to string with each line indented by 4 spaces
136136
* (except the first line).
137137
*/
138-
private String toIndentedString(java.lang.Object o) {
138+
private String toIndentedString(Object o) {
139139
if (o == null) {
140140
return "null";
141141
}

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void setArrayArrayNumber(List<List<BigDecimal>> arrayArrayNumber) {
7474

7575

7676
@Override
77-
public boolean equals(java.lang.Object o) {
77+
public boolean equals(Object o) {
7878
if (this == o) {
7979
return true;
8080
}
@@ -104,7 +104,7 @@ public String toString() {
104104
* Convert the given object to string with each line indented by 4 spaces
105105
* (except the first line).
106106
*/
107-
private String toIndentedString(java.lang.Object o) {
107+
private String toIndentedString(Object o) {
108108
if (o == null) {
109109
return "null";
110110
}

0 commit comments

Comments
 (0)