File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
sdks/java-v1/templates/libraries/jersey3 Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff 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} }
Original file line number Diff line number Diff 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} }
You can’t perform that action at this time.
0 commit comments