ref 19081: DM Pool Manager uses a deprecated social networking api
https://support.d4science.org/issues/19081 Updated to new Social Networking API
This commit is contained in:
parent
9b22a80c87
commit
d771201580
|
@ -185,7 +185,7 @@ public class SendMail ***REMOVED***
|
||||||
private void checkResponse(String response) throws EMailException ***REMOVED***
|
private void checkResponse(String response) throws EMailException ***REMOVED***
|
||||||
if (response == null) ***REMOVED***
|
if (response == null) ***REMOVED***
|
||||||
logger.error("Invalid notification response: " + response);
|
logger.error("Invalid notification response: " + response);
|
||||||
throw new EMailException();***REMOVED*** TODO
|
throw new EMailException();
|
||||||
***REMOVED*** else ***REMOVED***
|
***REMOVED*** else ***REMOVED***
|
||||||
try ***REMOVED***
|
try ***REMOVED***
|
||||||
JSONObject res = new JSONObject(response);
|
JSONObject res = new JSONObject(response);
|
||||||
|
|
Loading…
Reference in New Issue