Project

General

Profile

« Previous | Next » 

Revision 0408c72c

Added by Andreas Müller almost 2 years ago

ref #10072 final adaption log4j12->log4j2 in vaadin

View differences:

src/test/java/eu/etaxonomy/cdm/vaadin/presenter/ConceptRelationshipPresenterTest.java
10 10

  
11 11
import java.util.UUID;
12 12

  
13
import org.apache.log4j.Logger;
13
import org.apache.logging.log4j.LogManager;
14
import org.apache.logging.log4j.Logger;
14 15
import org.json.JSONException;
15 16
import org.junit.Assert;
16 17
import org.junit.BeforeClass;
......
41 42
})
42 43
public class ConceptRelationshipPresenterTest extends CdmVaadinBaseTest {
43 44

  
44
    private static final Logger logger = Logger.getLogger(ConceptRelationshipPresenterTest.class);
45
    private static final Logger logger = LogManager.getLogger();
45 46

  
46 47
    private static ConceptRelationshipPresenter crp;
47 48
    private static D3ConceptRelationshipTree crTree;

Also available in: Unified diff