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

Fixed javadoc error.

parent d26ae081
...@@ -73,7 +73,7 @@ public class GitLabApiForm extends Form { ...@@ -73,7 +73,7 @@ public class GitLabApiForm extends Form {
* Fluent method for adding AccessLevel query and form parameters to a get() or post() call. * 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 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 * @return this GitLabAPiForm instance
*/ */
public GitLabApiForm withParam(String name, AccessLevel level) throws IllegalArgumentException { public GitLabApiForm withParam(String name, AccessLevel level) throws IllegalArgumentException {
......
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