Skip to content

Commit

Permalink
feat: revert back to internal val goNativeBlobCompressor
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesho committed Dec 6, 2024
1 parent 6603c5e commit 63ca9c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ interface BlobCompressor {
}

class GoBackedBlobCompressor private constructor(
private val goNativeBlobCompressor: GoNativeBlobCompressor,
internal val goNativeBlobCompressor: GoNativeBlobCompressor,
private val dataLimit: UInt,
private val metricsFacade: MetricsFacade
) : BlobCompressor {
Expand Down

0 comments on commit 63ca9c5

Please sign in to comment.