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:
Giancarlo Panichi 2020-04-16 16:58:49 +02:00
parent 9ea89610b7
commit 4225408778
1 changed files with 1 additions and 1 deletions

View File

@ -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);