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

@@ -21,7 +21,6 @@ import static org.junit.Assert.fail;
import org.junit.Test;
/**
* Test fixture for {@link JsonPathExpectationsHelper}.
*

View File

@@ -39,7 +39,6 @@ import org.springframework.test.web.Person;
import org.springframework.test.web.client.MockRestServiceServer;
import org.springframework.web.client.RestTemplate;
/**
* Examples of defining expectations on XML request content with XMLUnit.
*

View File

@@ -49,7 +49,6 @@ import static org.springframework.test.web.servlet.request.MockMvcRequestBuilder
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*;
import static org.mockito.Mockito.*;
/**
* Tests with Java configuration.
*

View File

@@ -27,7 +27,6 @@ import org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandl
import static org.junit.Assert.*;
/**
* @author Rossen Stoyanchev
*/