He-Pin commented on code in PR #3082:
URL: https://github.com/apache/pekko/pull/3082#discussion_r3438168623
##########
persistence/src/main/scala/org/apache/pekko/persistence/fsm/PersistentFSMBase.scala:
##########
@@ -466,7 +466,7 @@ trait PersistentFSMBase[S, D, E] extends Actor with
Listeners with ActorLogging
/*
* unhandled event handler
*/
- private val handleEventDefault: StateFunction = {
+ private def handleEventDefault: StateFunction = {
Review Comment:
https://github.com/scala/scala3/pull/26374 @pjfanning maybe we can wait the
RC2 ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]