Skip to content

Commit d44f13a

Browse files
committed
couple more
1 parent f35e22b commit d44f13a

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

sdks/java-v1/templates/libraries/jersey3/ApiClient.mustache

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,11 +1359,7 @@ public class ApiClient{{#jsr310}} extends JavaTimeFormatter{{/jsr310}} {
13591359
if ("".equals(entity.getEntity())) {
13601360
response = invocationBuilder.method("DELETE");
13611361
} else {
1362-
<<<<<<< HEAD
1363-
response = invocationBuilder.method("DELETE", entity);
1364-
=======
13651362
response = invocationBuilder.method("DELETE", entity);
1366-
>>>>>>> java-v1-openapi-generator-upgrade-2
13671363
}
13681364
} else if ("PATCH".equals(method)) {
13691365
response = invocationBuilder.method("PATCH", entity);

sdks/java-v1/templates/libraries/jersey3/oneof_model.mustache

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,15 +280,9 @@ public class {{classname}} extends AbstractOpenApiSchema{{#vendorExtensions.x-im
280280
* @return The actual instance of `{{{dataType}}}`
281281
* @throws ClassCastException if the instance is not `{{{dataType}}}`
282282
*/
283-
<<<<<<< HEAD
284-
public {{{dataType}}} get{{#sanitizeGeneric}}{{{dataType}}}{{/sanitizeGeneric}}() throws ClassCastException {
285-
return ({{{dataType}}})super.getActualInstance();
286-
}
287-
=======
288283
public {{{dataType}}} get{{#sanitizeGeneric}}{{{dataType}}}{{/sanitizeGeneric}}() throws ClassCastException {
289284
return ({{{dataType}}})super.getActualInstance();
290285
}
291-
>>>>>>> java-v1-openapi-generator-upgrade-2
292286

293287
{{/vendorExtensions.x-duplicated-data-type-ignoring-erasure}}
294288
{{/oneOf}}

sdks/java-v1/templates/libraries/jersey3/pojo.mustache

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ public class {{classname}} {{#parent}}extends {{{.}}} {{/parent}}{{#vendorExtens
8282
@Deprecated
8383
{{/deprecated}}
8484
{{>nullable_var_annotations}}
85-
<<<<<<< HEAD
86-
private {{{datatypeWithEnum}}} {{name}}{{#defaultValue}} = {{{.}}}{{/defaultValue}};
87-
=======
8885
private {{{datatypeWithEnum}}} {{name}}{{#defaultValue}} = {{{.}}}{{/defaultValue}};
89-
>>>>>>> java-v1-openapi-generator-upgrade-2
9086
{{/vendorExtensions.x-is-jackson-optional-nullable}}
9187

9288
{{/vars}}

0 commit comments

Comments
 (0)