pjfanning commented on code in PR #167: URL: https://github.com/apache/pekko-projection/pull/167#discussion_r1635361525
########## jdbc/src/main/scala/org/apache/pekko/projection/jdbc/internal/JdbcOffsetStore.scala: ########## @@ -45,7 +45,7 @@ import org.slf4j.LoggerFactory * INTERNAL API */ @InternalApi -private[projection] class JdbcOffsetStore[S <: JdbcSession]( +class JdbcOffsetStore[S <: JdbcSession]( Review Comment: there is an example test class in the jdocs package that Scala 3 won't allow to access this package private class -- 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