From 565129338d9be18ee9015915c4b98cd4fe322d2c Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Mon, 15 Jun 2015 15:41:28 +0000 Subject: [PATCH] integrated gwt bootstrap 2 for notification settings modal git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@115399 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() {