Project

General

Profile

« Previous | Next » 

Revision c8a2de96

Added by Andreas Müller almost 5 years ago

ref #5448 add Gefäßpflanzenimport in Excel (v1)

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/gefaesspflanzen/RedListGefaesspflanzenImportRank.java
23 23
import eu.etaxonomy.cdm.model.name.Rank;
24 24

  
25 25
/**
26
 *
27 26
 * @author pplitzner
28 27
 * @since Mar 1, 2016
29
 *
30 28
 */
31

  
32 29
@Component
33
@SuppressWarnings("serial")
34 30
public class RedListGefaesspflanzenImportRank extends DbImportBase<RedListGefaesspflanzenImportState, RedListGefaesspflanzenImportConfigurator> {
35 31

  
32
    private static final long serialVersionUID = -4568450871351071813L;
33

  
34
    @SuppressWarnings("unused")
36 35
    private static final Logger logger = Logger.getLogger(RedListGefaesspflanzenImportRank.class);
37 36

  
38 37
    private static final String tableName = "Rote Liste Gefäßpflanzen";
......
63 62

  
64 63

  
65 64
    @Override
66
    public boolean doPartition(ResultSetPartitioner partitioner, RedListGefaesspflanzenImportState state) {
65
    public boolean doPartition(@SuppressWarnings("rawtypes") ResultSetPartitioner partitioner, RedListGefaesspflanzenImportState state) {
67 66
        return true;
68 67
    }
69 68

  

Also available in: Unified diff