fix the name of SinkModulePhase (#23939)
This commit is contained in:
parent
68e23918a6
commit
d793ffb5dc
1 changed files with 1 additions and 1 deletions
|
|
@ -801,7 +801,7 @@ private final case class SavedIslandData(islandGlobalOffset: Int, lastVisitedOff
|
|||
*/
|
||||
@InternalApi private[akka] final class SinkModulePhase(materializer: PhasedFusingActorMaterializer, islandName: String)
|
||||
extends PhaseIsland[AnyRef] {
|
||||
override def name: String = s"SourceModule phase"
|
||||
override def name: String = s"SinkModule phase"
|
||||
var subscriberOrVirtualPublisher: AnyRef = _
|
||||
|
||||
override def materializeAtomic(mod: AtomicModule[Shape, Any], attributes: Attributes): (AnyRef, Any) = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue