Remove trailing whitespace from source code

This commit is contained in:
Sam Brannen
2016-02-29 18:52:57 +01:00
parent 2bb2657483
commit 61824b1ade
6 changed files with 26 additions and 26 deletions

View File

@@ -24,7 +24,7 @@ import org.springframework.http.HttpMethod;
* @author Luciano Leggieri
*/
public class OkHttpAsyncClientHttpRequestFactoryTests extends AbstractAsyncHttpRequestFactoryTestCase {
@Override
protected AsyncClientHttpRequestFactory createRequestFactory() {
return new OkHttpClientHttpRequestFactory();

View File

@@ -147,7 +147,7 @@ public class StandardServletAsyncWebRequestTests {
}
// SPR-13292
@Test
public void onCompletionHandlerAfterOnErrorEvent() throws Exception {
Runnable handler = mock(Runnable.class);