This commit is contained in:
Massimiliano Assante 2015-06-16 15:42:37 +00:00
parent 005050a005
commit ccab6767b6
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() {