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


##########
actor/src/main/scala/org/apache/pekko/pattern/CircuitBreaker.scala:
##########
@@ -777,7 +769,7 @@ class CircuitBreaker(
   /**
    * Internal state abstraction
    */
-  private sealed trait State {
+  private[pattern] sealed trait State {

Review Comment:
   this was needed - VarHandle didn't like accessing private classes



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