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/util/CdmVaadinOperation.java
12 12
import java.util.Date;
13 13
import java.util.List;
14 14

  
15
import org.apache.log4j.Logger;
16

  
17 15
import com.vaadin.server.Page;
18 16
import com.vaadin.ui.Notification;
19 17
import com.vaadin.ui.Notification.Type;
......
25 23
/**
26 24
 * @author cmathew
27 25
 * @since 14 Apr 2015
28
 *
29 26
 */
30 27
public abstract class CdmVaadinOperation implements Runnable {
31
    private static final Logger logger = Logger.getLogger(CdmVaadinOperation.class);
32 28

  
33 29
    private int pollInterval = -1;
34 30
    private CdmProgressComponent progressComponent;

Also available in: Unified diff