Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@86497 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-03 15:04:12 +00:00
parent b3df0fdb3e
commit bcbaa19651
1 changed files with 2 additions and 5 deletions

View File

@ -95,10 +95,7 @@ public class CSVTableDetailCard extends WizardCard {
}
protected void checkField() {
}
@Override
public void setup() {
Command sayNextCard = new Command() {
@ -117,7 +114,7 @@ public class CSVTableDetailCard extends WizardCard {
try {
getWizardWindow().previousCard();
getWizardWindow().removeCard(thisCard);
Log.info("Remove SDMXTableDetailCard");
Log.info("Remove CSVTableDetailCard");
} catch (Exception e) {
Log.error("sayPreviousCard :" + e.getLocalizedMessage());
}