pjfanning commented on code in PR #3082:
URL: https://github.com/apache/pekko/pull/3082#discussion_r3438111179


##########
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:
   are we going to wait or will we log an issue to revert this when Scala team 
fix it?
   We should link to the Scala bug.



-- 
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]

Reply via email to