Project

General

Profile

« Previous | Next » 

Revision 1438233c

Added by Andreas Müller over 2 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/ImportResult.java
27 27
    private static final long serialVersionUID = -7299667532720042100L;
28 28

  
29 29
    private List<byte[]> reports = new ArrayList<>();
30
    //map with simple class name and count
30 31
    private Map<String, Integer> newRecords = new HashMap<>();
31 32
    private Map<String, Integer> updatedRecords = new HashMap<>();
32 33
    private Map<String, Integer> deletedRecords = new HashMap<>();

Also available in: Unified diff