Unmoored doc comment fixed (#30038)

This commit is contained in:
Johan Andrén 2021-02-16 10:38:45 +01:00 committed by GitHub
parent 2f25c26961
commit abbaffc303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,9 +122,7 @@ private[akka] final case class EventSourcedBehaviorImpl[Command, Event, State](
// stashState outside supervise because StashState should survive restarts due to persist failures
val stashState = new StashState(ctx.asInstanceOf[ActorContext[InternalProtocol]], settings)
/**
* This method ensures that the MDC is set before we use the internal logger
*/
// This method ensures that the MDC is set before we use the internal logger
def internalLogger() = {
// MDC is cleared (if used) from aroundReceive in ActorAdapter after processing each message,
// but important to call `context.log` to mark MDC as used