Commit 8cd24b2
committed
fix: restore fully qualified package name in ActorSource scaladoc references
Motivation:
PR #3285 review comment from pjfanning: "should we keep the package name?"
The original [[pekko.stream.javadsl.Source.queue]] and
[[pekko.stream.scaladsl.Source.queue]] links were replaced with just
`Source.queue`, dropping the package name and making the reference ambiguous.
Modification:
Restore the fully qualified package names in the scaladoc "See also"
references for both javadsl and scaladsl ActorSource.scala files.
Result:
Scaladoc references now include the full package path, making it clear
which Source.queue class is being referenced.
Tests:
Not run - docs only
References:
Refs #32851 parent 65d0800 commit 8cd24b2
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- stream-typed/src/main/scala/org/apache/pekko/stream/typed
- javadsl
- scaladsl
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments