Add blank line between java and javax imports
See gh-23539 Co-authored-by: Sam Brannen <sbrannen@pivotal.io>
This commit is contained in:
committed by
Sam Brannen
parent
d09f537699
commit
d945ae9191
@@ -17,6 +17,7 @@
|
||||
package org.springframework.web.socket;
|
||||
|
||||
import java.util.EnumSet;
|
||||
|
||||
import javax.servlet.DispatcherType;
|
||||
import javax.servlet.Filter;
|
||||
import javax.servlet.ServletContext;
|
||||
|
||||
@@ -18,6 +18,7 @@ package org.springframework.web.socket;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
import javax.servlet.Filter;
|
||||
import javax.servlet.ServletContext;
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ package org.springframework.web.socket;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.InetSocketAddress;
|
||||
|
||||
import javax.servlet.DispatcherType;
|
||||
import javax.servlet.Filter;
|
||||
import javax.servlet.Servlet;
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
package org.springframework.web.socket.adapter.standard;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
import javax.websocket.DecodeException;
|
||||
import javax.websocket.Decoder;
|
||||
import javax.websocket.EncodeException;
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
package org.springframework.web.socket.adapter.standard;
|
||||
|
||||
import java.net.URI;
|
||||
|
||||
import javax.websocket.CloseReason;
|
||||
import javax.websocket.CloseReason.CloseCodes;
|
||||
import javax.websocket.MessageHandler;
|
||||
|
||||
@@ -17,6 +17,7 @@ package org.springframework.web.socket.adapter.standard;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import javax.websocket.Session;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@@ -18,6 +18,7 @@ package org.springframework.web.socket.server.support;
|
||||
import java.io.IOException;
|
||||
import java.util.Collections;
|
||||
import java.util.Map;
|
||||
|
||||
import javax.servlet.ServletException;
|
||||
|
||||
import org.junit.Before;
|
||||
|
||||
@@ -28,6 +28,7 @@ import java.util.concurrent.CountDownLatch;
|
||||
import java.util.concurrent.LinkedBlockingQueue;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.function.BooleanSupplier;
|
||||
|
||||
import javax.servlet.Filter;
|
||||
import javax.servlet.FilterChain;
|
||||
import javax.servlet.FilterConfig;
|
||||
|
||||
@@ -19,6 +19,7 @@ package org.springframework.web.socket.sockjs.support;
|
||||
import java.io.IOException;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collections;
|
||||
|
||||
import javax.servlet.ServletOutputStream;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user