Skip to content

Commit

Permalink
adjust to 2.13.6 restriction on narrowing access when overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed May 11, 2021
1 parent 876f9ef commit 06a3720
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -20,7 +20,6 @@ final private[http4s] class IdleTimeoutStage[A](
exec: TickWheelExecutor,
ec: ExecutionContext)
extends MidStage[A, A] { stage =>
private[this] val logger = getLogger

@volatile private var cb: Callback[TimeoutException] = null

Expand Down
Expand Up @@ -21,7 +21,7 @@ final private[http4s] class ResponseHeaderTimeoutStage[A](
exec: TickWheelExecutor,
ec: ExecutionContext)
extends MidStage[A, A] { stage =>
private[this] val logger = getLogger

@volatile private[this] var cb: Callback[TimeoutException] = null

private val timeoutState = new AtomicReference[Cancelable](NoOpCancelable)
Expand Down

0 comments on commit 06a3720

Please sign in to comment.