Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
d6e23de7
Commit
d6e23de7
authored
Jul 11, 2018
by
Greg Messner
Browse files
Fixed javadoc error.
parent
d26ae081
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/GitLabApiForm.java
View file @
d6e23de7
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment