File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
modules/swagger-codegen/src/main/resources Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
47
47
{ {/vars} }
48
48
49
49
@Override
50
- public boolean equals(Object o) {
50
+ public boolean equals(java.lang. Object o) {
51
51
if (this == o) {
52
52
return true ;
53
53
}
@@ -79,7 +79,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
79
79
* Convert the given object to string with each line indented by 4 spaces
80
80
* (except the first line).
81
81
*/
82
- private String toIndentedString(Object o) {
82
+ private String toIndentedString(java.lang. Object o) {
83
83
if (o == null) {
84
84
return " null" ;
85
85
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
37
37
{ {/vars} }
38
38
39
39
@Override
40
- public boolean equals(Object o) {
40
+ public boolean equals(java.lang. Object o) {
41
41
if (this == o) {
42
42
return true ;
43
43
}
@@ -69,7 +69,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
69
69
* Convert the given object to string with each line indented by 4 spaces
70
70
* (except the first line).
71
71
*/
72
- private String toIndentedString(Object o) {
72
+ private String toIndentedString(java.lang. Object o) {
73
73
if (o == null) {
74
74
return " null" ;
75
75
}
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {
94
94
* Convert the given object to string with each line indented by 4 spaces
95
95
* (except the first line).
96
96
*/
97
- private static String toIndentedString(Object o) {
97
+ private static String toIndentedString(java.lang. Object o) {
98
98
if (o == null) {
99
99
return " null" ;
100
100
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
29
29
{ {/vars} }
30
30
31
31
@Override
32
- public boolean equals(Object o) {
32
+ public boolean equals(java.lang. Object o) {
33
33
if (this == o) {
34
34
return true ;
35
35
}
@@ -61,7 +61,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
61
61
* Convert the given object to string with each line indented by 4 spaces
62
62
* (except the first line).
63
63
*/
64
- private String toIndentedString(Object o) {
64
+ private String toIndentedString(java.lang. Object o) {
65
65
if (o == null) {
66
66
return " null" ;
67
67
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
33
33
{ {/vars} }
34
34
35
35
@Override
36
- public boolean equals(Object o) {
36
+ public boolean equals(java.lang. Object o) {
37
37
if (this == o) {
38
38
return true ;
39
39
}
@@ -65,7 +65,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
65
65
* Convert the given object to string with each line indented by 4 spaces
66
66
* (except the first line).
67
67
*/
68
- private String toIndentedString(Object o) {
68
+ private String toIndentedString(java.lang. Object o) {
69
69
if (o == null) {
70
70
return " null" ;
71
71
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
32
32
{ {/vars} }
33
33
34
34
@Override
35
- public boolean equals(Object o) {
35
+ public boolean equals(java.lang. Object o) {
36
36
if (this == o) {
37
37
return true ;
38
38
}
@@ -64,7 +64,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
64
64
* Convert the given object to string with each line indented by 4 spaces
65
65
* (except the first line).
66
66
*/
67
- private String toIndentedString(Object o) {
67
+ private String toIndentedString(java.lang. Object o) {
68
68
if (o == null) {
69
69
return " null" ;
70
70
}
You can’t perform that action at this time.
0 commit comments