Consistent whitespace after imports
Update code to have a consistent number of new-line characters after import statements.
This commit is contained in:
@@ -18,7 +18,6 @@ package org.springframework.web.context.request.async;
|
||||
|
||||
import org.springframework.web.context.request.NativeWebRequest;
|
||||
|
||||
|
||||
/**
|
||||
* Extends {@link NativeWebRequest} with methods for asynchronous request processing.
|
||||
*
|
||||
|
||||
@@ -23,7 +23,6 @@ import javax.servlet.ServletContext;
|
||||
import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
|
||||
import org.springframework.web.context.ServletContextAware;
|
||||
|
||||
|
||||
/**
|
||||
* Subclass of {@link PropertyPlaceholderConfigurer} that resolves placeholders as
|
||||
* ServletContext init parameters (that is, {@code web.xml} context-param
|
||||
|
||||
@@ -32,7 +32,6 @@ import org.springframework.util.ReflectionUtils.MethodFilter;
|
||||
import org.springframework.web.bind.annotation.ExceptionHandler;
|
||||
import org.springframework.web.method.HandlerMethodSelector;
|
||||
|
||||
|
||||
/**
|
||||
* Discovers annotated exception handling methods in a given class type, including all
|
||||
* super types, and helps to resolve an Exception to a method that can handle it. The
|
||||
|
||||
@@ -45,7 +45,6 @@ import org.springframework.web.context.request.ServletWebRequest;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
|
||||
/**
|
||||
* @author Brian Clozel
|
||||
*/
|
||||
|
||||
@@ -49,7 +49,6 @@ import static org.junit.Assert.*;
|
||||
import static org.mockito.BDDMockito.*;
|
||||
import static org.mockito.Mockito.*;
|
||||
|
||||
|
||||
/**
|
||||
* Test fixture with {@link org.springframework.web.method.annotation.RequestParamMethodArgumentResolver}.
|
||||
*
|
||||
|
||||
@@ -23,7 +23,6 @@ import javax.servlet.jsp.tagext.TagSupport;
|
||||
import static org.junit.Assert.*;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/**
|
||||
* Unit tests for the {@link TagUtils} class.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user