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

@@ -45,7 +45,6 @@ import org.springframework.web.context.request.ServletWebRequest;
import static org.junit.Assert.*;
/**
* @author Brian Clozel
*/

View File

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

View File

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