mirror of
https://github.com/square/okhttp.git
synced 2025-11-29 06:23:09 +03:00
Sort imports and wrap documentation at 100 columns.
This is a mechanical refactoring. The only thing I had trouble with is IntelliJ's weak support for <ul> tags in Javadoc.
This commit is contained in:
@@ -15,9 +15,8 @@
|
||||
*/
|
||||
package okhttp3;
|
||||
|
||||
import okhttp3.internal.huc.CacheAdapter;
|
||||
|
||||
import java.net.ResponseCache;
|
||||
import okhttp3.internal.huc.CacheAdapter;
|
||||
|
||||
/**
|
||||
* Back doors to enable the use of OkHttp within the Android platform libraries. OkHttp is used to
|
||||
|
||||
Reference in New Issue
Block a user