refs 6548: TDM - Migrate TabMan to new PortalContext

Task-Url: https://support.d4science.org/issues/6548

Updated to new PortalContext

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@142197 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-02-03 15:53:27 +00:00
parent 138e746c99
commit 2e98db9b26
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ import com.google.web.bindery.event.shared.EventBus;
*
*/
public class CSVExportWizardTD extends WizardWindow {
protected CSVExportSession exportSession;
protected String WIZARDWIDTH = "844px";
private static final String WIZARDWIDTH = "844px";
private CSVExportSession exportSession;
/**