Project

General

Profile

« Previous | Next » 

Revision 00931afd

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

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