Project

General

Profile

« Previous | Next » 

Revision f905a388

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/mapping/DbImportDescriptionElementSourceCreationMapper.java
13 13
import java.sql.SQLException;
14 14

  
15 15
import org.apache.commons.lang.StringUtils;
16
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
16
import org.apache.logging.log4j.LogManager;
17
import org.apache.logging.log4j.Logger;
17 18

  
18 19
import eu.etaxonomy.cdm.io.common.DbImportStateBase;
19 20
import eu.etaxonomy.cdm.model.description.DescriptionElementBase;
......
28 29
 * @since 11.03.2010
29 30
 */
30 31
public class DbImportDescriptionElementSourceCreationMapper extends DbImportObjectCreationMapperBase<DescriptionElementSource, DbImportStateBase<?,?>> {
31
	@SuppressWarnings("unused")
32
	private static final Logger logger = LogManager.getLogger(DbImportDescriptionElementSourceCreationMapper.class);
32

  
33
    @SuppressWarnings("unused")
34
	private static final Logger logger = LogManager.getLogger();
33 35

  
34 36
//**************************** FACTORY METHOD ***********************************************/
35 37

  

Also available in: Unified diff