fixed share with no text bug not trasforming text to shared a file

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@95730 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-05-15 16:20:29 +00:00
parent 948fa80590
commit 33da3aaddd
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public class ShareUpdateServiceImpl extends RemoteServiceServlet implements Shar
} }
public String getDevelopmentUser() { public String getDevelopmentUser() {
String user = TEST_USER; String user = TEST_USER;
user = "massimiliano.assante"; // user = "massimiliano.assante";
return user; return user;
} }
/** /**