timols / java-gitlab-api

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

Rename wrong mergeRequestId arguments to mergeRequestIid. #315

Closed bonzani closed 6 years ago

bonzani commented 6 years ago

The merge request API uses the mergeRequestIid, but the arguments are called mergeRequestId. This pr renames all mergeRequestId arguments to mergeRequestIid.

This pull request also fixes #299