Project

General

Profile

« Previous | Next » 

Revision 00931afd

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/cdmLight/CdmLightClassificationExport.java
116 116
    private static final long serialVersionUID = 2518643632756927053L;
117 117

  
118 118
    @Autowired
119
    IEditGeoService geoService;
119
    private IEditGeoService geoService;
120 120

  
121 121
    public CdmLightClassificationExport() {
122
        super();
123 122
        this.ioName = this.getClass().getSimpleName();
124 123
    }
125 124

  
cdmlib-model/src/test/java/eu/etaxonomy/cdm/strategy/cache/taxon/TaxonBaseDefaultCacheStrategyTest.java
10 10

  
11 11
import static org.junit.Assert.assertEquals;
12 12

  
13
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
13
import org.apache.logging.log4j.LogManager;
14
import org.apache.logging.log4j.Logger;
14 15
import org.joda.time.DateTime;
15 16
import org.junit.Assert;
16 17
import org.junit.Before;
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/remoting/DebuggingRemoteInvocationExecutor.java
12 12
import java.util.Arrays;
13 13
import java.util.stream.Collectors;
14 14

  
15
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
15
import org.apache.logging.log4j.LogManager;
16
import org.apache.logging.log4j.Logger;
16 17
import org.springframework.remoting.support.RemoteInvocation;
17 18
import org.springframework.remoting.support.RemoteInvocationExecutor;
18 19
import org.springframework.util.Assert;
......
28 29
 *
29 30
 * @author a.kohlbecker
30 31
 * @since Feb 17, 2020
31
 *
32 32
 */
33 33
public class DebuggingRemoteInvocationExecutor implements RemoteInvocationExecutor {
34 34

  

Also available in: Unified diff