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:
parent
54deacfcc2
commit
fec9e42b99
|
@ -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()));
|
||||
|
|
Loading…
Reference in New Issue