Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@101218 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-30 11:51:09 +00:00
parent 54deacfcc2
commit fec9e42b99
1 changed files with 1 additions and 1 deletions

View File

@ -2057,7 +2057,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
meta.add(new NameMetadata(tabResource.getName()));
meta.add(new DescriptionMetadata(tabResource.getDescription()));
// tr.setMetadata(new CreationDateMetadata(date));
if (tabResource.getAgency() != null
&& !tabResource.getAgency().isEmpty()) {
meta.add(new AgencyMetadata(tabResource.getAgency()));