diff --git a/src/main/java/org/gitlab4j/api/GitLabApiForm.java b/src/main/java/org/gitlab4j/api/GitLabApiForm.java index 5c1ab984e377742d6c7d63acaf936c59555954ce..9c0dd589551dd45dd130ec8d72bca6f800e03d64 100644 --- a/src/main/java/org/gitlab4j/api/GitLabApiForm.java +++ b/src/main/java/org/gitlab4j/api/GitLabApiForm.java @@ -73,7 +73,7 @@ public class GitLabApiForm extends Form { * Fluent method for adding AccessLevel query and form parameters to a get() or post() call. * * @param name the name of the field/attribute to add - * @param date the value of the field/attribute to add + * @param level the value of the field/attribute to add * @return this GitLabAPiForm instance */ public GitLabApiForm withParam(String name, AccessLevel level) throws IllegalArgumentException {