Skip to content
Snippets Groups Projects

Check whether uploader is a member of 'Non-Interactive Users' group

4 files
+ 87
63
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -12,7 +12,6 @@ package org.eclipse.foundation.gerrit.validation;
@@ -12,7 +12,6 @@ package org.eclipse.foundation.gerrit.validation;
import java.util.List;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletableFuture;
import okhttp3.HttpUrl;
import okhttp3.HttpUrl;
import retrofit2.Response;
import retrofit2.Response;
import retrofit2.http.GET;
import retrofit2.http.GET;
Loading