comment fix

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@122584 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-01-28 11:04:42 +00:00
parent a1fcab00c9
commit 62220fa99c
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ public class TweetTemplate extends Composite {
// try to build the attachment viewer
attachmentPreviewPanel.add(attachmentPreviewer);
// hide arrows if there are no more than 1 images
// hide arrows if there is no more than 1 image
if(imagesAvailableInCarousel <= 1)
carousel.hideArrows();

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;
}
/**