Commit e79e6be6 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed Javadoc on moveIssi=ue() (#480).

parent e27a98ef
...@@ -995,7 +995,7 @@ public class IssuesApi extends AbstractApi implements Constants { ...@@ -995,7 +995,7 @@ public class IssuesApi extends AbstractApi implements Constants {
* *
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required * @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required
* @param issueIid the IID of the issue to move * @param issueIid the IID of the issue to move
* @paream toProjectId the ID of the project to move the issue to * @param toProjectId the ID of the project to move the issue to
* @return an Issue instance for the moved issue * @return an Issue instance for the moved issue
* @throws GitLabApiException if any exception occurs * @throws GitLabApiException if any exception occurs
*/ */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment