Skip to content

Commit 5e95731

Browse files
committed
Fix javadoc
1 parent be0f491 commit 5e95731

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public GitLabApiForm withParam(String name, AccessLevel level, boolean required)
128128
/**
129129
* Fluent method for adding a List type query and form parameters to a get() or post() call.
130130
*
131-
* @param <T> the type contained by the List
132131
* @param name the name of the field/attribute to add
133132
* @param values a List containing the values of the field/attribute to add
134133
* @return this GitLabAPiForm instance
@@ -140,7 +139,6 @@ public GitLabApiForm withParam(String name, List<?> values) {
140139
/**
141140
* Fluent method for adding a List type query and form parameters to a get() or post() call.
142141
*
143-
* @param <T> the type contained by the List
144142
* @param name the name of the field/attribute to add
145143
* @param values a List containing the values of the field/attribute to add
146144
* @param required the field is required flag

gitlab4j-models/src/main/java/org/gitlab4j/models/GitLabForm.java

-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public GitLabForm withParam(String name, AccessLevel level, boolean required) {
8989
/**
9090
* Fluent method for adding a List type query and form parameters to a get() or post() call.
9191
*
92-
* @param <T> the type contained by the List
9392
* @param name the name of the field/attribute to add
9493
* @param values a List containing the values of the field/attribute to add
9594
* @return this {@link GitLabForm} instance
@@ -101,7 +100,6 @@ public GitLabForm withParam(String name, List<?> values) {
101100
/**
102101
* Fluent method for adding a List type query and form parameters to a get() or post() call.
103102
*
104-
* @param <T> the type contained by the List
105103
* @param name the name of the field/attribute to add
106104
* @param values a List containing the values of the field/attribute to add
107105
* @param required the field is required flag

0 commit comments

Comments
 (0)