made notification to members option configurable as default, see Feature #121

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@117028 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-07-06 13:17:50 +00:00
parent 499703699a
commit 162ea4e2be
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class ShareUpdateServiceImpl extends RemoteServiceServlet implements Shar
}
public String getDevelopmentUser() {
String user = TEST_USER;
user = "massimiliano.assante";
// user = "massimiliano.assante";
return user;
}
/**