mdedetrich commented on code in PR #1892:
URL: https://github.com/apache/pekko/pull/1892#discussion_r2246473957


##########
actor/src/main/scala/org/apache/pekko/actor/dungeon/Children.scala:
##########
@@ -147,8 +147,8 @@ private[pekko] trait Children { this: ActorCell =>
 
   @nowarn private def _preventPrivateUnusedErasure = {
     _childrenRefsDoNotCallMeDirectly
-    _functionRefsDoNotCallMeDirectly
     _nextNameDoNotCallMeDirectly
+    _functionRefsDoNotCallMeDirectly

Review Comment:
   Anz reason behind this reordering?



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

Reply via email to