mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Remove trailing whitespace from source code
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ import org.springframework.http.HttpMethod;
|
||||
* @author Luciano Leggieri
|
||||
*/
|
||||
public class OkHttpAsyncClientHttpRequestFactoryTests extends AbstractAsyncHttpRequestFactoryTestCase {
|
||||
|
||||
|
||||
@Override
|
||||
protected AsyncClientHttpRequestFactory createRequestFactory() {
|
||||
return new OkHttpClientHttpRequestFactory();
|
||||
|
||||
+1
-1
@@ -147,7 +147,7 @@ public class StandardServletAsyncWebRequestTests {
|
||||
}
|
||||
|
||||
// SPR-13292
|
||||
|
||||
|
||||
@Test
|
||||
public void onCompletionHandlerAfterOnErrorEvent() throws Exception {
|
||||
Runnable handler = mock(Runnable.class);
|
||||
|
||||
Reference in New Issue
Block a user