added get configuration for getrting portal email

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portal/portal-manager@115458 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-06-22 13:47:57 +00:00
parent 363e0701f2
commit 5c8eec60f1
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class PortalContext {
/**
* read the sender email for notifications name from a property file and returns it
*/
private static String getSenderEmail() {
public static String getSenderEmail() {
//get the portles to look for from the property file
Properties props = new Properties();
String toReturn = "";