formatted code

This commit is contained in:
luca.frosini 2023-07-04 15:33:36 +02:00
parent 5426e171ad
commit e5cf080bcd
2 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,6 @@ public class RequestFilter implements ContainerRequestFilter, ContainerResponseF
} }
SecretManagerProvider.instance.set(secretManager); SecretManagerProvider.instance.set(secretManager);
} }
@Override @Override

View File

@ -10,7 +10,6 @@ import org.gcube.social_networking.social_networking_client_library.UserClient;
*/ */
public class SocialUsers { public class SocialUsers {
public static Set<String> getUsernamesByRole(String roleName) throws Exception { public static Set<String> getUsernamesByRole(String roleName) throws Exception {
UserClient userClient = new UserClient(); UserClient userClient = new UserClient();
Set<String> usernames = new HashSet<>(userClient.getAllUsernamesByLocalRole(roleName)); Set<String> usernames = new HashSet<>(userClient.getAllUsernamesByLocalRole(roleName));