git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@151257 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
389446757f
commit
83fcaf3808
|
@ -133,6 +133,7 @@ public class SendMail extends StandardLocalInfraAlgorithm {
|
||||||
|
|
||||||
|
|
||||||
public String getAdmins() throws Exception {
|
public String getAdmins() throws Exception {
|
||||||
|
try{
|
||||||
List<String> s = new LinkedList<String>();
|
List<String> s = new LinkedList<String>();
|
||||||
JSONObject obj = new JSONObject(this.getAdminRoles());
|
JSONObject obj = new JSONObject(this.getAdminRoles());
|
||||||
JSONArray data = obj.getJSONArray("result");
|
JSONArray data = obj.getJSONArray("result");
|
||||||
|
@ -145,9 +146,10 @@ public class SendMail extends StandardLocalInfraAlgorithm {
|
||||||
s.add(this.username(SecurityTokenProvider.instance.get()));
|
s.add(this.username(SecurityTokenProvider.instance.get()));
|
||||||
***REMOVED***
|
***REMOVED***
|
||||||
return s.toString().replace("[", "").replace("]", "");
|
return s.toString().replace("[", "").replace("]", "");
|
||||||
***REMOVED***
|
***REMOVED***
|
||||||
|
catch(Exception a){return "ngalante, lucio.lelii, roberto.cirillo, gianpaolo.coro, giancarlo.panichi, scarponi"; ***REMOVED***
|
||||||
|
|
||||||
|
***REMOVED***
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue