pjfanning commented on code in PR #2205: URL: https://github.com/apache/pekko/pull/2205#discussion_r2346463109
########## actor-testkit-typed/src/main/scala/org/apache/pekko/actor/testkit/typed/internal/TestProbeImpl.scala: ########## @@ -43,7 +43,7 @@ import pekko.actor.typed.scaladsl.Behaviors import pekko.annotation.InternalApi import pekko.japi.function.Creator import pekko.util.BoxedType -import pekko.util.JavaDurationConverters._ +import scala.jdk.DurationConverters._ Review Comment: A few imports need to move to keep them with the Scala imports -- 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]
