Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget@94932 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-16 17:09:31 +00:00 committed by Giancarlo Panichi
parent 824b28ba26
commit 0871ca6bbd
2 changed files with 0 additions and 2 deletions

View File

@ -301,7 +301,6 @@ public class ToolBox extends TabPanel {
historyPanel = new HistoryPanel(eventBus);
add(historyPanel, historyPanelItemConf);
addBeforeCloseHandler(new BeforeCloseHandler<Widget>() {
public void onBeforeClose(BeforeCloseEvent<Widget> event) {

View File

@ -20,7 +20,6 @@ public class ToolBoxPanel extends ContentPanel {
protected UIStateType uiStateType;
protected WidgetRequestType widgetRequestType;
public ToolBoxPanel(String name, EventBus eventBus) {
super();
Log.debug("Open ToolBoxPanel");