Project

General

Profile

« Previous | Next » 

Revision 55194

Export creation date

View differences:

modules/dnet-openaire-exporter/trunk/src/main/java/eu/dnetlib/openaire/community/CommunityMappingUtils.java
29 29
		summary.setId(c.getId());
30 30
		summary.setShortName(c.getLabel());
31 31
		summary.setLastUpdateDate(c.getLastUpdateDate());
32
		summary.setCreationDate(c.getCreationDate());
32 33
		summary.setQueryId(c.getId() + PIPE_SEPARATOR + c.getLabel());
33 34
		summary.setType(c.getType());
34 35

  

Also available in: Unified diff