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

@@ -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}.
*