He-Pin opened a new pull request, #443: URL: https://github.com/apache/pekko-persistence-cassandra/pull/443
### Motivation Running `sbt doc` produces scaladoc warnings about unresolvable links in the query module. ### Modification - `query/javadsl/CassandraReadJournal.scala`: Use fully qualified `org.apache.pekko.persistence.query.TimeBasedUUID` path for the `TimeBasedUUID` link - `query/scaladsl/CassandraReadJournal.scala`: Use fully qualified `org.apache.pekko.persistence.query.NoOffset` path for the `NoOffset` link ### Result Scaladoc warnings are eliminated. ### Tests Not run - docs only ### References None -- 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]
