File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
src/main/java/org/gitlab4j/api/models Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public String toString() {
7676 private Boolean requestAccessEnabled ;
7777 private String runnersToken ;
7878 private Boolean sharedRunnersEnabled ;
79- private List <ProjectSharedGroup > sharedWithGroups ;
79+ private List <SharedGroup > sharedWithGroups ;
8080 private Boolean snippetsEnabled ;
8181 private String sshUrlToRepo ;
8282 private Integer starCount ;
@@ -502,11 +502,11 @@ public void setSharedRunnersEnabled(Boolean sharedRunnersEnabled) {
502502 this .sharedRunnersEnabled = sharedRunnersEnabled ;
503503 }
504504
505- public List <ProjectSharedGroup > getSharedWithGroups () {
505+ public List <SharedGroup > getSharedWithGroups () {
506506 return sharedWithGroups ;
507507 }
508508
509- public void setSharedWithGroups (List <ProjectSharedGroup > sharedWithGroups ) {
509+ public void setSharedWithGroups (List <SharedGroup > sharedWithGroups ) {
510510 this .sharedWithGroups = sharedWithGroups ;
511511 }
512512
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments