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 ed101a7 commit abc862eCopy full SHA for abc862e
gitlab4j-models/src/main/java/org/gitlab4j/api/models/SharedGroupsFilter.java
@@ -50,7 +50,7 @@ public SharedGroupsFilter withSearch(String search) {
50
* @param orderBy specifies what field to order by
51
* @return the reference to this SharedGroupsFilter instance
52
*/
53
- public SharedGroupsFilter withOrderBy(ProjectOrderBy orderBy) {
+ public SharedGroupsFilter withOrderBy(GroupOrderBy orderBy) {
54
this.orderBy = orderBy;
55
return (this);
56
}
0 commit comments