Remove trailing whitespace from source code
This commit is contained in:
@@ -24,7 +24,7 @@ import org.springframework.http.HttpMethod;
|
||||
* @author Luciano Leggieri
|
||||
*/
|
||||
public class OkHttpAsyncClientHttpRequestFactoryTests extends AbstractAsyncHttpRequestFactoryTestCase {
|
||||
|
||||
|
||||
@Override
|
||||
protected AsyncClientHttpRequestFactory createRequestFactory() {
|
||||
return new OkHttpClientHttpRequestFactory();
|
||||
|
||||
@@ -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