Skip to content

Commit

Permalink
update doc for body field (#8420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Endeavour233 authored Jul 6, 2024
1 parent c85c3db commit bc1bb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/main/kotlin/okhttp3/Response.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Response internal constructor(
* from [Call.execute]. Response bodies must be [closed][ResponseBody] and may
* be consumed only once.
*
* This always returns null on responses returned from [cacheResponse], [networkResponse],
* This always returns an unreadable [ResponseBody], which may implement [ResponseBody.contentType] and [ResponseBody.contentLength], on responses returned from [cacheResponse], [networkResponse],
* and [priorResponse].
*/
@get:JvmName("body") val body: ResponseBody,
Expand Down

0 comments on commit bc1bb4b

Please sign in to comment.