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:
parent
a1fcab00c9
commit
62220fa99c
|
@ -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();
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue