Project

General

Profile

« Previous | Next » 

Revision 794be65e

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

cdmlib-commons/src/main/java/eu/etaxonomy/cdm/common/ExcelUtils.java
35 35
 */
36 36
public class ExcelUtils {
37 37

  
38
	private static final Logger logger = LogManager.getLogger(ExcelUtils.class);
38
	private static final Logger logger = LogManager.getLogger();
39 39

  
40 40
    /** Reads all rows of an Excel worksheet */
41 41
    public static List<Map<String, String>> parseXLS(URI uri) throws FileNotFoundException {

Also available in: Unified diff