We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26ae08 commit d6e23deCopy full SHA for d6e23de
src/main/java/org/gitlab4j/api/GitLabApiForm.java
@@ -73,7 +73,7 @@ public GitLabApiForm withParam(String name, Date date, boolean required) throws
73
* Fluent method for adding AccessLevel query and form parameters to a get() or post() call.
74
*
75
* @param name the name of the field/attribute to add
76
- * @param date the value of the field/attribute to add
+ * @param level the value of the field/attribute to add
77
* @return this GitLabAPiForm instance
78
*/
79
public GitLabApiForm withParam(String name, AccessLevel level) throws IllegalArgumentException {
0 commit comments