Project

General

Profile

Download (686 Bytes) Statistics
| Branch: | Tag: | Revision:
1
// $Id$
2
/**
3
* Copyright (C) 2009 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.strategy.parser;
11

    
12
import org.apache.log4j.Logger;
13

    
14
/**
15
 * @author a.mueller
16
 * @date 12.05.2010
17
 *
18
 */
19
public class TaxonNameParserHistory {
20
	private static final Logger logger = Logger.getLogger(TaxonNameParserHistory.class);
21
	
22
	
23
	
24
	
25
	
26
	
27
	
28
	/**
29
	 * @param args
30
	 */
31
	public static void main(String[] args) {
32
		// TODO Auto-generated method stub
33

    
34
	}
35

    
36
}
(7-7/8)