mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
Sort more 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,13 +15,13 @@
|
||||
*/
|
||||
package okhttp3.recipes;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import okhttp3.MediaType;
|
||||
import okhttp3.OkHttpClient;
|
||||
import okhttp3.Request;
|
||||
import okhttp3.RequestBody;
|
||||
import okhttp3.Response;
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
public final class PostFile {
|
||||
public static final MediaType MEDIA_TYPE_MARKDOWN
|
||||
|
||||
Reference in New Issue
Block a user