From 9abba8eca6c18db96a0cc87024e110800a6a5751 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 11 Dec 2013 10:53:59 +0000 Subject: [PATCH] Minor updated git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@86821 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/widgetcommonevent/client/type/UIStateType.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/UIStateType.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/UIStateType.java index b00e512..a59a1b8 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/UIStateType.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/UIStateType.java @@ -10,7 +10,5 @@ public enum UIStateType { START, TR_OPEN, TR_CLOSE, - WIZARD_OPEN, - TOOLBOX_OPEN, - TOOLBOX_CLOSE; + WIZARD_OPEN; }