Skip to content

Commit d6e23de

Browse files
committed
Fixed javadoc error.
1 parent d26ae08 commit d6e23de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gitlab4j/api/GitLabApiForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public GitLabApiForm withParam(String name, Date date, boolean required) throws
7373
* Fluent method for adding AccessLevel query and form parameters to a get() or post() call.
7474
*
7575
* @param name the name of the field/attribute to add
76-
* @param date the value of the field/attribute to add
76+
* @param level the value of the field/attribute to add
7777
* @return this GitLabAPiForm instance
7878
*/
7979
public GitLabApiForm withParam(String name, AccessLevel level) throws IllegalArgumentException {

0 commit comments

Comments
 (0)