git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineSmartExecutor@132049 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6b24bc28dd
commit
809c7adebb
|
@ -10,7 +10,7 @@ public abstract class StandardLocalInfraAlgorithm extends StandardLocalExternalA
|
|||
|
||||
|
||||
|
||||
public void sendNotificationEmail(String subject, String body) throws Exception {
|
||||
public void sendNotification(String subject, String body) throws Exception {
|
||||
|
||||
AnalysisLogger.getLogger().debug("Emailing System->Starting request of email in scope "+config.getGcubeScope());
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ public class TestEmailingSystem {
|
|||
}
|
||||
};
|
||||
infraAlg.setConfiguration(config);
|
||||
infraAlg.sendNotificationEmail("hello&ernrinndnknd","test++èèééé222");
|
||||
infraAlg.sendNotification("hello&ernrinndnknd","test++èèééé222");
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue