laglangyue commented on code in PR #939: URL: https://github.com/apache/incubator-pekko/pull/939#discussion_r1451690749
########## actor/src/main/scala/org/apache/pekko/actor/FSM.scala: ########## @@ -743,29 +743,29 @@ trait FSM[S, D] extends Actor with Listeners with ActorLogging { case x => x.stateData } - /* + /** * **************************************************************** * PRIVATE IMPLEMENTATION DETAILS * **************************************************************** */ private[pekko] def debugEvent: Boolean = false - /* + /** Review Comment: ok, I will check it again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org