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
9ea89610b7
commit
4225408778
|
@ -185,7 +185,7 @@ public class SendMail {
|
|||
private void checkResponse(String response) throws EMailException {
|
||||
if (response == null) {
|
||||
logger.error("Invalid notification response: " + response);
|
||||
throw new EMailException();***REMOVED*** TODO
|
||||
throw new EMailException();
|
||||
***REMOVED*** else {
|
||||
try {
|
||||
JSONObject res = new JSONObject(response);
|
||||
|
|
Loading…
Reference in New Issue