Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@85622 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-18 15:00:41 +00:00
parent 4767b9c75c
commit 64306546d3
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ public class CSVExportWizardTD extends WizardWindow {
exportSession= new CSVExportSession();
DestinationSelectionCard sourceSelection= new DestinationSelectionCard(exportSession);
addCard(sourceSelection);
sourceSelection.setup();
DestinationSelectionCard destinationSelection= new DestinationSelectionCard(exportSession);
addCard(destinationSelection);
destinationSelection.setup();
}