He-Pin opened a new pull request, #330: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/330
### Motivation Running `sbt doc` produces scaladoc warnings about unresolvable method links in the query module. ### Modification - `query/javadsl/DynamoDBReadJournal.scala`: Replace broken method links with backtick-quoted code - `query/scaladsl/DynamoDBCurrentEventsByPersistenceIdQuery.scala`: Replace broken method link with backtick-quoted code - `query/scaladsl/DynamoDBCurrentPersistenceIdsQuery.scala`: Replace broken method link with backtick-quoted code - `query/scaladsl/internal/DynamoDBCurrentEventsByPersistenceIdQuery.scala`: Replace broken method link with backtick-quoted code - `query/scaladsl/internal/DynamoDBCurrentPersistenceIdsQuery.scala`: Replace broken method link with backtick-quoted code ### 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]
