formatted code
This commit is contained in:
parent
5426e171ad
commit
e5cf080bcd
|
@ -48,7 +48,6 @@ public class RequestFilter implements ContainerRequestFilter, ContainerResponseF
|
|||
}
|
||||
|
||||
SecretManagerProvider.instance.set(secretManager);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -9,7 +9,6 @@ import org.gcube.social_networking.social_networking_client_library.UserClient;
|
|||
* @author Luca Frosini (ISTI - CNR)
|
||||
*/
|
||||
public class SocialUsers {
|
||||
|
||||
|
||||
public static Set<String> getUsernamesByRole(String roleName) throws Exception {
|
||||
UserClient userClient = new UserClient();
|
||||
|
|
Loading…
Reference in New Issue