From a222aaf5a3080e89d7576088e54f8985a6e3aa25 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 22 Oct 2014 16:47:49 +0000 Subject: [PATCH] Updated Statistical Widget git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-statistical-widget@100891 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/statisticalwidget/client/StatisticalWidget.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/statisticalwidget/client/StatisticalWidget.java b/src/main/java/org/gcube/portlets/user/td/statisticalwidget/client/StatisticalWidget.java index 1d85c33..e11d173 100644 --- a/src/main/java/org/gcube/portlets/user/td/statisticalwidget/client/StatisticalWidget.java +++ b/src/main/java/org/gcube/portlets/user/td/statisticalwidget/client/StatisticalWidget.java @@ -49,7 +49,7 @@ public class StatisticalWidget { this.eventBus = eventBus; Log.debug("Statistical Widget: " + trId); - + retrieveTabularResourceInfo(); }