Project

General

Profile

« Previous | Next » 

Revision 880425ef

Added by Andreas Müller over 6 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/validation/BerlinModelOccurrenceImportValidator.java
1 1
/**
2 2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
3
* European Distributed Institute of Taxonomy
4 4
* http://www.e-taxonomy.eu
5
* 
5
*
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
app-import/src/main/java/eu/etaxonomy/cdm/io/bogota/BogotaChecklistTaxonImport.java
59 59
    private static UUID plantaeUuid = UUID.fromString("032fc183-eb4f-4f19-a290-28597a849096");
60 60

  
61 61
    @SuppressWarnings("unchecked")
62
    private ImportDeduplicationHelper<SimpleExcelTaxonImportState<?>> deduplicationHelper = (ImportDeduplicationHelper<SimpleExcelTaxonImportState<?>>)ImportDeduplicationHelper.NewStandaloneInstance();
62
    private ImportDeduplicationHelper<SimpleExcelTaxonImportState<?>> deduplicationHelper
63
           = (ImportDeduplicationHelper<SimpleExcelTaxonImportState<?>>)ImportDeduplicationHelper.NewStandaloneInstance();
63 64

  
64 65
    private String lastGenus;
65 66
    private NonViralNameParserImpl parser = NonViralNameParserImpl.NewInstance();
app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/RoteListeDbTransformer.java
1 1
/**
2 2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
3
* European Distributed Institute of Taxonomy
4 4
* http://www.e-taxonomy.eu
5
* 
5
*
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
......
16 16
/**
17 17
 * @author a.mueller
18 18
 * @created 27.08.2012
19
 * @version 1.0
20 19
 */
21 20
public final class RoteListeDbTransformer extends InputTransformerBase {
22
	@SuppressWarnings("unused")
21

  
22
    private static final long serialVersionUID = 2860380785882516488L;
23
    @SuppressWarnings("unused")
23 24
	private static final Logger logger = Logger.getLogger(RoteListeDbTransformer.class);
24
	
25 25

  
26
	
26

  
27

  
27 28
}

Also available in: Unified diff