This commit is contained in:
Costantino Perciante 2016-02-18 15:42:19 +00:00
parent 1c31ce4927
commit c5dc559b9c
2 changed files with 1 additions and 1 deletions

0
.gwt/.gwt-log Normal file
View File

View File

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