From f19cff3d1c56cd524f55478637de562c6b414c54 Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Tue, 16 Jun 2015 15:27:14 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@115412 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/notifications/server/NotificationsServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java b/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java index fddc050..198cbd3 100644 --- a/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java +++ b/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java @@ -90,7 +90,7 @@ public class NotificationsServiceImpl extends RemoteServiceServlet implements No */ public String getDevelopmentUser() { String user = "test.user"; - user = "massimiliano.assante"; +// user = "massimiliano.assante"; return user; } public UserInfo getUserInfo() {