Roiocam commented on code in PR #1385:
URL: https://github.com/apache/pekko/pull/1385#discussion_r1663959364
##########
actor-tests/src/test/scala/org/apache/pekko/actor/SupervisorSpec.scala:
##########
@@ -95,6 +95,14 @@ object SupervisorSpec {
}
}
+ class Child(cnt: Int) extends Actor {
Review Comment:
I think this is ok... Because we were using creator.
https://github.com/apache/pekko/blob/46c557424d19bb2d07adf2fbd55351a8187ff359/actor/src/main/scala/org/apache/pekko/actor/Props.scala#L87-L88
--
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]