Project

General

Profile

« Previous | Next » 

Revision 97e3b5a9

Added by Andreas Müller about 7 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelTaxonNameImport.java
55 55
/**
56 56
 * @author a.mueller
57 57
 * @created 20.03.2008
58
 * @version 1.0
59 58
 */
60 59
@Component
61 60
public class BerlinModelTaxonNameImport extends BerlinModelImportBase {
62
	private static final boolean BLANK_TO_NULL = true;
61
    private static final long serialVersionUID = -8860800694286602016L;
62

  
63
    private static final boolean BLANK_TO_NULL = true;
63 64

  
64 65
	private static final Logger logger = Logger.getLogger(BerlinModelTaxonNameImport.class);
65 66

  

Also available in: Unified diff