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

@@ -34,7 +34,6 @@ import org.springframework.web.socket.server.RequestUpgradeStrategy;
import org.springframework.web.socket.server.support.JettyRequestUpgradeStrategy;
import org.springframework.web.socket.server.support.TomcatRequestUpgradeStrategy;
/**
* Base class for WebSocket integration tests.
*

View File

@@ -23,7 +23,6 @@ import org.springframework.util.SocketUtils;
import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.servlet.DispatcherServlet;
/**
* Jetty based {@link WebSocketTestServer}.
*

View File

@@ -29,7 +29,6 @@ import org.springframework.util.SocketUtils;
import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.servlet.DispatcherServlet;
/**
* Tomcat based {@link WebSocketTestServer}.
*

View File

@@ -39,7 +39,6 @@ import org.springframework.web.socket.support.WebSocketHttpHeaders;
import static org.junit.Assert.*;
/**
* Tests for {@link JettyWebSocketClient}.
* @author Rossen Stoyanchev

View File

@@ -58,7 +58,6 @@ import org.springframework.web.socket.server.HandshakeHandler;
import static org.junit.Assert.*;
import static org.springframework.web.socket.messaging.StompTextMessageBuilder.*;
/**
* Integration tests with annotated message-handling methods.
* @author Rossen Stoyanchev

View File

@@ -23,7 +23,6 @@ import java.util.List;
import org.springframework.messaging.simp.stomp.StompCommand;
import org.springframework.web.socket.TextMessage;
/**
* A builder for creating WebSocket messages with STOMP frame content.
*

View File

@@ -27,7 +27,6 @@ import org.springframework.web.socket.support.TestWebSocketSession;
import static org.mockito.Mockito.*;
/**
* Test fixture for {@link SubProtocolWebSocketHandler}.
*

View File

@@ -37,7 +37,6 @@ import org.springframework.web.socket.sockjs.transport.handler.WebSocketTranspor
import static org.junit.Assert.*;
/**
* Test fixture for {@link WebMvcStompWebSocketEndpointRegistration}.
*

View File

@@ -33,7 +33,6 @@ import org.springframework.web.socket.messaging.SubProtocolWebSocketHandler;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
/**
* Test fixture for {@link WebMvcStompEndpointRegistry}.
*

View File

@@ -47,7 +47,6 @@ import java.util.Map;
import static org.junit.Assert.*;
/**
* Test fixture for {@link WebSocketMessageBrokerConfigurationSupport}.
*

View File

@@ -35,7 +35,6 @@ import org.springframework.web.socket.support.WebSocketHttpHeaders;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.*;
/**
* Test fixture for {@link DefaultHandshakeHandler}.
*

View File

@@ -37,7 +37,6 @@ import org.springframework.web.socket.sockjs.transport.handler.WebSocketTranspor
import static org.junit.Assert.*;
/**
* Test fixture for {@link AbstractWebSocketHandlerRegistration}.
*

View File

@@ -39,7 +39,6 @@ import org.springframework.web.socket.sockjs.transport.handler.WebSocketTranspor
import static org.junit.Assert.*;
/**
* Integration tests for WebSocket Java server-side configuration.
*

View File

@@ -29,7 +29,6 @@ import org.springframework.web.socket.server.HandshakeInterceptor;
import static org.mockito.Mockito.*;
/**
* Test fixture for {@link HandshakeInterceptorChain}.
*

View File

@@ -28,7 +28,6 @@ import org.springframework.web.socket.WebSocketHandler;
import static org.junit.Assert.*;
/**
* Test fixture for {@link HttpSessionHandshakeInterceptor}.
*

View File

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