Skip to content

Commit f62fa57

Browse files
idefavtimols
authored andcommitted
update GitlabMergeRequest prop changesCount to string (timols#338)
1 parent 9a9e527 commit f62fa57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/gitlab/api/models/GitlabMergeRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class GitlabMergeRequest {
8787
private Boolean squash;
8888

8989
@JsonProperty("changes_count")
90-
private Integer changesCount;
90+
private String changesCount;
9191

9292
@JsonProperty("merged_by")
9393
private GitlabUser mergedBy;
@@ -360,7 +360,7 @@ public Boolean isSquash() {
360360
return squash;
361361
}
362362

363-
public Integer getChangesCount() {
363+
public String getChangesCount() {
364364
return changesCount;
365365
}
366366

0 commit comments

Comments
 (0)