From 28a73aedaf9800a0129c8949cf36b93dd7aca45a Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Mon, 21 Nov 2016 11:25:00 +0000 Subject: [PATCH] removed useless image into enhanced image class git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/image-previewer-widget@134426 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/EnhancedImage.java | 61 +++++-------------- 1 file changed, 14 insertions(+), 47 deletions(-) diff --git a/src/main/java/org/gcube/portlets/widgets/imagepreviewerwidget/client/EnhancedImage.java b/src/main/java/org/gcube/portlets/widgets/imagepreviewerwidget/client/EnhancedImage.java index 034baaa..f44366c 100644 --- a/src/main/java/org/gcube/portlets/widgets/imagepreviewerwidget/client/EnhancedImage.java +++ b/src/main/java/org/gcube/portlets/widgets/imagepreviewerwidget/client/EnhancedImage.java @@ -2,11 +2,8 @@ package org.gcube.portlets.widgets.imagepreviewerwidget.client; import org.gcube.portlets.widgets.imagepreviewerwidget.shared.Orientation; -import com.github.gwtbootstrap.client.ui.Image; - /** - * This class allows to build the image to show within the carousel. Along the image itself, there are - * the following other information: + * This class allows to build the image to show within the carousel. It contains: *