Skip to content

Commit ab8aa9f

Browse files
committed
dto refactor
1 parent 28e8dbf commit ab8aa9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/upc/edu/gessi/repo/dto/Review/ReviewFeatureRequestDTO.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
@JsonInclude(JsonInclude.Include.NON_NULL)
1616
public class ReviewFeatureRequestDTO implements Serializable {
1717

18-
@JsonProperty("app_name")
18+
@JsonProperty("app_id")
1919
private String appName;
2020

21-
@JsonProperty("feature_list")
21+
@JsonProperty("features")
2222
private List<String> featureList;
2323
}

0 commit comments

Comments
 (0)