From d6e23de77d639ab33ffc591dd67a6353083ccc92 Mon Sep 17 00:00:00 2001 From: Greg Messner Date: Wed, 11 Jul 2018 09:39:19 -0700 Subject: [PATCH] Fixed javadoc error. --- src/main/java/org/gitlab4j/api/GitLabApiForm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gitlab4j/api/GitLabApiForm.java b/src/main/java/org/gitlab4j/api/GitLabApiForm.java index 5c1ab984..9c0dd589 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 { -- GitLab