Skip to content

Commit

Permalink
Make LimitedSink internal
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Apr 10, 2022
1 parent fd10dd7 commit 895b0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ok2curl/src/main/java/com/moczul/ok2curl/LimitedSink.kt
Expand Up @@ -6,7 +6,7 @@ import okio.Timeout
import java.io.IOException
import kotlin.math.min

class LimitedSink(limited: Buffer, limit: Long) : Sink {
internal class LimitedSink(limited: Buffer, limit: Long) : Sink {

private val limited: Buffer
private var total: Long
Expand Down

0 comments on commit 895b0c5

Please sign in to comment.