Project

General

Profile

« Previous | Next » 

Revision f64f32be

Added by Andreas Müller almost 2 years ago

ref #10072 adapt dataportal to log4j2

View differences:

src/main/java/eu/etaxonomy/dataportal/pages/TaxonPage.java
1

  
2 1
/**
3 2
 * Copyright (C) 2009 EDIT
4 3
 * European Distributed Institute of Taxonomy
......
15 14
import java.util.UUID;
16 15

  
17 16
import org.apache.commons.lang3.StringUtils;
18
import org.apache.log4j.Logger;
19 17
import org.openqa.selenium.By;
20 18
import org.openqa.selenium.WebDriver;
21 19
import org.openqa.selenium.WebElement;
......
28 26
 *
29 27
 * @author andreas
30 28
 * @since Jul 1, 2011
31
 *
32 29
 */
33 30
public class TaxonPage extends PortalPage {
34 31

  
35
    public static final Logger logger = Logger.getLogger(TaxonProfilePage.class);
36

  
37 32
    protected static String drupalPagePathBase = "cdm_dataportal/taxon";
38 33

  
39

  
40 34
    @Override
41 35
    protected String getDrupalPageBase() {
42 36
        return drupalPagePathBase;
......
88 82
        }
89 83
        return statusEls;
90 84
    }
91

  
92

  
93
}
85
}

Also available in: Unified diff