Remove trailing whitespace in Java source code

This commit is contained in:
Sam Brannen
2015-07-27 12:40:54 +02:00
parent 98c7a63bb7
commit b6c0e7cba3
4 changed files with 8 additions and 8 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();