From 67cdce8ef7d04691301034ffa8397466eb79a34c Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Thu, 3 Apr 2014 15:40:19 +0000 Subject: [PATCH] ready for release git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@94260 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 3dee671..e23cc25 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 @@ -86,7 +86,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() {