1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-27 18:21:14 +03:00

Delete unwanted whitespace.

I think the convert-to-Kotlin feature adds these
This commit is contained in:
Jesse Wilson
2019-05-22 21:12:55 -04:00
parent fa9118949e
commit 030dbeae26
65 changed files with 237 additions and 237 deletions

View File

@@ -26,7 +26,7 @@ import java.net.HttpCookie
import java.util.ArrayList
import java.util.Collections
/** A cookie jar that delegates to a [java.net.CookieHandler]. */
/** A cookie jar that delegates to a [java.net.CookieHandler]. */
class JavaNetCookieJar(private val cookieHandler: CookieHandler) : CookieJar {
override fun saveFromResponse(url: HttpUrl, cookies: List<Cookie>) {