Skip to content

Commit

Permalink
Update stream/src/main/scala/org/apache/pekko/stream/impl/fusing/Grap…
Browse files Browse the repository at this point in the history
…hInterpreter.scala
  • Loading branch information
He-Pin authored Dec 31, 2024
1 parent 18ef63a commit 55f0a08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ import pekko.stream.stage._
logics(i).handlers.length
}

// Marks for if a stage has been finalized (finalizeStage been called) or not
// Marks whether a stage has been finalized (finalizeStage been called) or not
private[this] val finalizedMark = Array.fill(logics.length)(false)

private[this] var _subFusingMaterializer: Materializer = _
Expand Down

0 comments on commit 55f0a08

Please sign in to comment.