Project

General

Profile

Download (700 Bytes) Statistics
| Branch: | Revision:
1
// $Id$
2
/**
3
* Copyright (C) 2016 EDIT
4
* European Distributed Institute of Taxonomy
5
* http://www.e-taxonomy.eu
6
*
7
* The contents of this file are subject to the Mozilla Public License Version 1.1
8
* See LICENSE.TXT at the top of this package for the full license terms.
9
*/
10
package eu.etaxonomy.cdm.io.mexico;
11

    
12
import java.util.UUID;
13

    
14
import eu.etaxonomy.cdm.io.common.mapping.InputTransformerBase;
15

    
16
/**
17
 * @author a.mueller
18
 * @date 16.06.2016
19
 *
20
 */
21
public class MexicoBorhidiTransformer extends InputTransformerBase{
22
    private static final long serialVersionUID = 4308493883009041513L;
23

    
24
    public static UUID uuidTropicosNameIdentifier = UUID.fromString("6205e531-75b0-4f2a-9a9c-b1247fb080ab");
25

    
26
}
(3-3/11)