Project

General

Profile

« Previous | Next » 

Revision 58060

fixed mapping for dateofcollection and dateoftransformation

View differences:

ProtoConverter.java
314 314
        entity.setPid(e.getPidList().stream()
315 315
                .map(ProtoConverter::mapStructuredProperty)
316 316
                .collect(Collectors.toList()));
317
        entity.setDateofcollection(entity.getDateofcollection());
318
        entity.setDateoftransformation(entity.getDateoftransformation());
317
        entity.setDateofcollection(e.getDateofcollection());
318
        entity.setDateoftransformation(e.getDateoftransformation());
319 319
        entity.setExtraInfo(e.getExtraInfoList()
320 320
                .stream()
321 321
                .map(ProtoConverter::mapExtraInfo)

Also available in: Unified diff