Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-codelistmapping-import-widget@98324 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-02 16:48:32 +00:00
parent 858741faa1
commit 676fe8992b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import com.google.web.bindery.event.shared.EventBus;
*
*/
public class CodelistMappingImportWizardTD extends WizardWindow {
protected static final int WITHWIZARD=700;
protected static final int WITHWIZARD=720;
protected static final int HEIGHTWIZARD=520;
protected CodelistMappingSession codelistMappingSession;

View File

@ -24,7 +24,7 @@ public class TabResourcesSelectionCard extends WizardCard {
protected TabResource selectedTabResource = null;
public TabResourcesSelectionCard(final CodelistMappingSession codelistMappingSession) {
super("Select a Tabular Resource", "");
super("Select the Codelist before curation", "");
Log.debug("TabResourcesSelectionCard");
this.codelistMappingSession = codelistMappingSession;
thisCard = this;