Consistent whitespace after imports

Update code to have a consistent number of new-line characters after
import statements.
This commit is contained in:
Phillip Webb
2013-11-26 14:55:51 -08:00
parent 15698860e1
commit 043a41e382
150 changed files with 0 additions and 153 deletions

View File

@@ -20,7 +20,6 @@ import java.util.Map;
import org.springframework.messaging.Message;
import org.springframework.util.Assert;
/**
* Base class for a messaging template that can resolve String-based destinations.
*

View File

@@ -26,7 +26,6 @@ import org.springframework.messaging.support.converter.MessageConverter;
import org.springframework.messaging.support.converter.SimpleMessageConverter;
import org.springframework.util.Assert;
/**
* Base class for templates that support sending messages.
*

View File

@@ -20,7 +20,6 @@ import java.util.Map;
import org.springframework.messaging.Message;
import org.springframework.messaging.MessageHeaders;
/**
* Base class for a messaging template that send and receive messages.
*

View File

@@ -24,7 +24,6 @@ import java.lang.reflect.Method;
import java.util.*;
import java.util.concurrent.ConcurrentHashMap;
/**
* Cache exception handling method mappings and provide options to look up a method
* that should handle an exception. If multiple methods match, they are sorted using

View File

@@ -26,7 +26,6 @@ import org.springframework.core.MethodParameter;
import org.springframework.messaging.Message;
import org.springframework.util.Assert;
/**
* @author Rossen Stoyanchev
* @since 4.0

View File

@@ -18,7 +18,6 @@ package org.springframework.messaging.simp;
import org.springframework.context.ApplicationEvent;
/**
* Event raised when a broker's availabilty changes
*

View File

@@ -20,7 +20,6 @@ import org.springframework.messaging.MessageChannel;
import org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler;
import org.springframework.util.Assert;
/**
* Registration class for configuring a {@link StompBrokerRelayMessageHandler}.
*

View File

@@ -28,7 +28,6 @@ import org.springframework.util.ClassUtils;
import static org.junit.Assert.*;
/**
* Test fixture for {@link AnnotationExceptionHandlerMethodResolver} tests.
*

View File

@@ -31,7 +31,6 @@ import org.springframework.messaging.support.MessageBuilder;
import static org.junit.Assert.*;
/**
* Test fixture for {@link HeaderMethodArgumentResolver} tests.
*

View File

@@ -32,7 +32,6 @@ import org.springframework.messaging.support.NativeMessageHeaderAccessor;
import static org.junit.Assert.*;
/**
* Test fixture for {@link HeadersMethodArgumentResolver} tests.
*

View File

@@ -29,7 +29,6 @@ import org.springframework.messaging.support.converter.StringMessageConverter;
import static org.junit.Assert.*;
/**
* Test fixture for {@link PayloadArgumentResolver}.
*

View File

@@ -18,7 +18,6 @@ package org.springframework.messaging.simp;
import java.security.Principal;
/**
* An implementation of {@link Principal} for testing.
*

View File

@@ -41,7 +41,6 @@ import static org.junit.Assert.*;
import static org.mockito.Matchers.*;
import static org.mockito.Mockito.*;
/**
* Test fixture for {@link SendToMethodReturnValueHandlerTests}.
*

View File

@@ -40,7 +40,6 @@ import static org.junit.Assert.*;
import static org.mockito.Matchers.*;
import static org.mockito.Mockito.*;
/**
* Test fixture for {@link SubscriptionMethodReturnValueHandler}.
*

View File

@@ -51,7 +51,6 @@ import java.util.List;
import static org.junit.Assert.*;
/**
* Test fixture for {@link AbstractMessageBrokerConfiguration}.
*

View File

@@ -30,7 +30,6 @@ import org.springframework.util.MultiValueMap;
import static org.junit.Assert.*;
/**
* Test fixture for {@link DefaultSubscriptionRegistry}.
*

View File

@@ -25,7 +25,6 @@ import org.junit.Test;
import static org.junit.Assert.*;
/**
* Test fixture for {@link DefaultUserSessionRegistry}
*

View File

@@ -39,7 +39,6 @@ import org.springframework.stereotype.Controller;
import static org.junit.Assert.*;
/**
* Test fixture for {@link SimpAnnotationMethodMessageHandler}.
* @author Rossen Stoyanchev

View File

@@ -33,7 +33,6 @@ import org.springframework.messaging.support.MessageBuilder;
import static org.junit.Assert.*;
import static org.mockito.Mockito.*;
/**
*
* @author Rossen Stoyanchev

View File

@@ -31,7 +31,6 @@ import reactor.io.Buffer;
import static org.junit.Assert.*;
/**
* Test fixture for {@link StompCodec}.
*

View File

@@ -30,7 +30,6 @@ import org.springframework.util.MultiValueMap;
import static org.junit.Assert.*;
/**
* Test fixture for {@link StompHeaderAccessor}.
*

View File

@@ -27,7 +27,6 @@ import org.springframework.messaging.MessageHeaders;
import static org.junit.Assert.*;
/**
* @author Mark Fisher
*/

View File

@@ -25,7 +25,6 @@ import org.springframework.messaging.MessageHeaders;
import static org.junit.Assert.*;
/**
* Test fixture for {@link MessageHeaderAccessor}.
*

View File

@@ -30,7 +30,6 @@ import org.springframework.util.MultiValueMap;
import static org.junit.Assert.*;
/**
* Test fixture for {@link NativeMessageHeaderAccessor}.
*

View File

@@ -31,7 +31,6 @@ import org.springframework.util.MimeTypeUtils;
import static org.junit.Assert.*;
/**
* Test fixture for {@link AbstractMessageConverter}.
*

View File

@@ -27,7 +27,6 @@ import org.springframework.util.MimeTypeUtils;
import static org.junit.Assert.*;
/**
* Test fixture for {@link DefaultContentTypeResolver}.
*

View File

@@ -31,7 +31,6 @@ import org.springframework.util.MimeType;
import static org.junit.Assert.*;
/**
* Test fixture for {@link MappingJackson2MessageConverter}.
*

View File

@@ -30,7 +30,6 @@ import org.springframework.util.MimeTypeUtils;
import static org.junit.Assert.*;
/**
* Test fixture for {@link StringMessageConverter}.
*