This commit is contained in:
Massimiliano Assante 2016-02-02 08:55:11 +00:00
parent 6baa5f1318
commit 0cea265507
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class NewsServiceImpl extends RemoteServiceServlet implements NewsService
*/
public String getDevelopmentUser() {
String user = NewsConstants.TEST_USER;
user = "costantino.perciante";
// user = "costantino.perciante";
return user;
}
/**