Skip to content

Commit 95d7243

Browse files
committed
Fix merge conflicts
1 parent 533a6dd commit 95d7243

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/FantaFlavor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/FantaFlavorOneOf.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

datamodel/openapi/openapi-generator/src/test/resources/DataModelGeneratorIntegrationTest/oneof-interfaces-enabled/output/test/FantaFlavor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* Soda Store API
77
* API for managing sodas in a soda store
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,13 +32,14 @@
3332
import com.fasterxml.jackson.annotation.JsonAnyGetter;
3433
import com.fasterxml.jackson.annotation.JsonIgnore;
3534
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
36-
35+
import com.google.common.annotations.Beta;
3736
import javax.annotation.Nonnull;
3837
import javax.annotation.Nullable;
3938

4039
/**
4140
* FantaFlavor
4241
*/
42+
@Beta
4343
public interface FantaFlavor {
4444
/**
4545
* Helper class to create a Cola that implements {@link FantaFlavor}.

0 commit comments

Comments
 (0)