He-Pin commented on code in PR #3285:
URL: https://github.com/apache/pekko/pull/3285#discussion_r3524988039
##########
stream-typed/src/main/scala/org/apache/pekko/stream/typed/javadsl/ActorSource.scala:
##########
@@ -51,7 +51,7 @@ object ActorSource {
* The actor will be stopped when the stream is completed, failed or
canceled from downstream,
* i.e. you can watch it to get notified when that happens.
*
- * See also [[pekko.stream.javadsl.Source.queue]].
+ * See also `Source.queue`.
Review Comment:
Good catch. Restored the fully qualified package name in both files:
- `javadsl/ActorSource.scala`: `Source.queue` →
`org.apache.pekko.stream.javadsl.Source.queue`
- `scaladsl/ActorSource.scala`: `Source.queue` →
`org.apache.pekko.stream.scaladsl.Source.queue`
Pushed in 8cd24b2882.
--
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]