Skip to content

Commit 8405e51

Browse files
author
DielN
committed
Update samples
1 parent 12aa9e6 commit 8405e51

File tree

38 files changed

+0
-38
lines changed

38 files changed

+0
-38
lines changed

samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/src/main/java/org/openapitools/client/model/Category.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public Category name(String name) {
103103
return this;
104104
}
105105

106-
107106
@Override
108107
public boolean equals(Object o) {
109108
if (this == o) {

samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/src/main/java/org/openapitools/client/model/ModelApiResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public ModelApiResponse message(String message) {
135135
return this;
136136
}
137137

138-
139138
@Override
140139
public boolean equals(Object o) {
141140
if (this == o) {

samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/src/main/java/org/openapitools/client/model/Order.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ public Order complete(Boolean complete) {
267267
return this;
268268
}
269269

270-
271270
@Override
272271
public boolean equals(Object o) {
273272
if (this == o) {

samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/src/main/java/org/openapitools/client/model/Pet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ public Pet status(StatusEnum status) {
295295
return this;
296296
}
297297

298-
299298
@Override
300299
public boolean equals(Object o) {
301300
if (this == o) {

samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/src/main/java/org/openapitools/client/model/Tag.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public Tag name(String name) {
103103
return this;
104104
}
105105

106-
107106
@Override
108107
public boolean equals(Object o) {
109108
if (this == o) {

samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/src/main/java/org/openapitools/client/model/User.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ public User userStatus(Integer userStatus) {
292292
return this;
293293
}
294294

295-
296295
@Override
297296
public boolean equals(Object o) {
298297
if (this == o) {

samples/client/petstore/java/microprofile-rest-client-3.0-jackson/src/main/java/org/openapitools/client/model/Category.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public Category name(String name) {
8888
return this;
8989
}
9090

91-
9291
@Override
9392
public boolean equals(Object o) {
9493
if (this == o) {

samples/client/petstore/java/microprofile-rest-client-3.0-jackson/src/main/java/org/openapitools/client/model/ModelApiResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public ModelApiResponse message(String message) {
118118
return this;
119119
}
120120

121-
122121
@Override
123122
public boolean equals(Object o) {
124123
if (this == o) {

samples/client/petstore/java/microprofile-rest-client-3.0-jackson/src/main/java/org/openapitools/client/model/Order.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ public Order complete(Boolean complete) {
240240
return this;
241241
}
242242

243-
244243
@Override
245244
public boolean equals(Object o) {
246245
if (this == o) {

samples/client/petstore/java/microprofile-rest-client-3.0-jackson/src/main/java/org/openapitools/client/model/Pet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ public Pet status(StatusEnum status) {
262262
return this;
263263
}
264264

265-
266265
@Override
267266
public boolean equals(Object o) {
268267
if (this == o) {

0 commit comments

Comments
 (0)