Feature/24026 #3

Merged
giancarlo.panichi merged 194 commits from Feature/24026 into master 2023-11-09 19:12:54 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4225408778 - Show all commits

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