Skip to content

Commit abc862e

Browse files
author
fdi
committed
fix: wrong object
1 parent ed101a7 commit abc862e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab4j-models/src/main/java/org/gitlab4j/api/models/SharedGroupsFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public SharedGroupsFilter withSearch(String search) {
5050
* @param orderBy specifies what field to order by
5151
* @return the reference to this SharedGroupsFilter instance
5252
*/
53-
public SharedGroupsFilter withOrderBy(ProjectOrderBy orderBy) {
53+
public SharedGroupsFilter withOrderBy(GroupOrderBy orderBy) {
5454
this.orderBy = orderBy;
5555
return (this);
5656
}

0 commit comments

Comments
 (0)