Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-codelistmapping-import-widget@100487 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-07 14:48:45 +00:00
parent 6b459caefa
commit 3640b82cb8
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import org.gcube.portlets.user.td.gwtservice.shared.codelisthelper.CodelistMappi
import org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTIsFinalException;
import org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTIsLockedException;
import org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTSessionExpiredException;
import org.gcube.portlets.user.td.gwtservice.shared.resource.ResourceTD;
import org.gcube.portlets.user.td.gwtservice.shared.resource.ResourceTDDescriptor;
import org.gcube.portlets.user.td.monitorwidget.client.MonitorDialog;
import org.gcube.portlets.user.td.monitorwidget.client.MonitorDialogListener;
import org.gcube.portlets.user.td.widgetcommonevent.client.event.SessionExpiredEvent;
@ -46,7 +46,7 @@ public class CodelistMappingTableDetailCard extends WizardCard implements
protected TextField name;
protected TextArea description;
protected ResourceTD resourceDetails = new ResourceTD();
protected ResourceTDDescriptor resourceDetails = new ResourceTDDescriptor();
public CodelistMappingTableDetailCard(
final CodelistMappingSession codelistMappingSession) {