timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
383 stars 317 forks source link

update GitlabMergeRequest prop changesCount to string #338

Closed idefav closed 5 years ago

idefav commented 5 years ago

Fix the type of changesCount in the GitlabMergeRequest Model GitlabApi official website: https://docs.gitlab.com/ee/api/merge_requests.html#create-mr image Sometimes the '+' will appear image

I update the type to string