This commit is contained in:
Massimiliano Assante 2015-06-16 15:27:14 +00:00
parent ea1b232495
commit f19cff3d1c
1 changed files with 1 additions and 1 deletions

View File

@ -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() {