pjfanning commented on code in PR #2518: URL: https://github.com/apache/pekko/pull/2518#discussion_r2537885370
########## actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala: ########## @@ -40,6 +40,7 @@ import pekko.event.Logging.DefaultLogger import pekko.japi.Util.immutableSeq import pekko.serialization.SerializationExtension import pekko.util._ +import org.apache.pekko.util.JavaDurationConverters._ Review Comment: drop the org.apache bit -- 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]
