Fix quality issue.
This commit is contained in:
parent
772e060c0f
commit
fdcde8cac8
1 changed files with 2 additions and 3 deletions
|
|
@ -28,9 +28,7 @@ import java.util.UUID
|
||||||
/**
|
/**
|
||||||
* Copy of [okhttp3.MultipartBody] with addition of a listener to track progress (Last imported from OkHttp 5.0.0).
|
* Copy of [okhttp3.MultipartBody] with addition of a listener to track progress (Last imported from OkHttp 5.0.0).
|
||||||
* Patches are surrounded by ELEMENT-START and ELEMENT-END
|
* Patches are surrounded by ELEMENT-START and ELEMENT-END
|
||||||
*/
|
*
|
||||||
|
|
||||||
/**
|
|
||||||
* An [RFC 2387][rfc_2387]-compliant request body.
|
* An [RFC 2387][rfc_2387]-compliant request body.
|
||||||
*
|
*
|
||||||
* [rfc_2387]: http://www.ietf.org/rfc/rfc2387.txt
|
* [rfc_2387]: http://www.ietf.org/rfc/rfc2387.txt
|
||||||
|
|
@ -294,6 +292,7 @@ class BugReporterMultipartBody internal constructor(
|
||||||
// Element: use FORM as default type
|
// Element: use FORM as default type
|
||||||
private var type = FORM
|
private var type = FORM
|
||||||
// ELEMENT-END
|
// ELEMENT-END
|
||||||
|
|
||||||
private val parts = mutableListOf<Part>()
|
private val parts = mutableListOf<Part>()
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue