File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
code/src/main/kotlin/com/expediagroup/sdk/rapid/models Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1818 " ArrayInDataClass" ,
1919 " EnumEntryName" ,
2020 " RemoveRedundantQualifierName" ,
21- " UnusedImport" ,
21+ " UnusedImport"
2222)
2323
2424package com.expediagroup.sdk.rapid.models
@@ -31,9 +31,7 @@ import com.fasterxml.jackson.annotation.JsonProperty
3131 * Values: AVAILABLE, PRICE_CHANGED, SOLD_OUT
3232 */
3333@Deprecated(" This is replaced by Rate.Status" )
34- enum class Status (
35- val value : kotlin.String ,
36- ) {
34+ enum class Status (val value : kotlin.String ) {
3735 @JsonProperty(" available" )
3836 AVAILABLE (" available" ),
3937
@@ -43,5 +41,5 @@ enum class Status(
4341
4442 @Deprecated(" Never Returned" )
4543 @JsonProperty(" sold_out" )
46- SOLD_OUT (" sold_out" ),
44+ SOLD_OUT (" sold_out" )
4745}
You can’t perform that action at this time.
0 commit comments