Project

General

Profile

« Previous | Next » 

Revision a27635bd

Added by Andreas Müller almost 2 years ago

ref #10072 adapt vaadin to log4j2 and cleanup

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/SpecimenTypeDesignationSetEditorPresenter.java
19 19
import java.util.Stack;
20 20
import java.util.stream.Collectors;
21 21

  
22
import org.apache.log4j.Logger;
22
import org.apache.logging.log4j.LogManager;
23
import org.apache.logging.log4j.Logger;
23 24
import org.hibernate.criterion.Restrictions;
24 25
import org.springframework.beans.factory.annotation.Autowired;
25 26
import org.springframework.context.annotation.Scope;
......
98 99

  
99 100
    private static final long serialVersionUID = 4255636253714476918L;
100 101

  
101
    public static final Logger logger = Logger.getLogger(SpecimenTypeDesignationSetEditorPresenter.class);
102
    private final static Logger logger = LogManager.getLogger();
102 103

  
103 104
    private static final EnumSet<CRUD> COLLECTION_EDITOR_CRUD = EnumSet.of(CRUD.UPDATE, CRUD.DELETE);
104 105

  

Also available in: Unified diff