Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-unionwizard-widget@120142 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-10-30 16:40:09 +00:00 committed by Giancarlo Panichi
parent e3869e9be2
commit 1cba020374
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package org.gcube.portlets.user.td.unionwizardwidget.client;
import com.google.gwt.i18n.client.Messages;
import com.google.gwt.safehtml.shared.SafeHtml;
/**
*
@ -48,7 +47,7 @@ public interface UnionWizardMessages extends Messages {
String agencyColumn();
@DefaultMessage("Owner")
SafeHtml ownerColumn();
String ownerColumn();
@DefaultMessage("Creation Date")
String creationDateColumn();