pjfanning commented on code in PR #392:
URL: https://github.com/apache/incubator-pekko/pull/392#discussion_r1230030591
##########
docs/src/main/paradox/cluster-usage.md:
##########
@@ -143,7 +143,7 @@ Java
If you find it inconvenient to handle the `CurrentClusterState` you can use
-@scala[@scaladoc[ClusterEvent.InitialStateAsEvents](cluster.ClusterEvent$$InitialStateAsEvents$)]
@java[@javadoc[ClusterEvent.initialStateAsEvents()](pekko.cluster.ClusterEvent#initialStateAsEvents())]
as parameter to @apidoc[subscribe](pekko.cluster.Cluster)
{scala="#subscribe(subscriber:org.apache.pekko.actor.ActorRef,to:Class[_]*):Unit"
java="#subscribe(org.apache.pekko.actor.ActorRef,org.apache.pekko.cluster.ClusterEvent.SubscriptionInitialStateMode,java.lang.Class...)"}.
+@scala[@scaladoc[ClusterEvent.InitialStateAsEvents](org.apache.pekko.cluster.ClusterEvent$$InitialStateAsEvents$)]
@java[@javadoc[ClusterEvent.initialStateAsEvents()](pekko.cluster.ClusterEvent#initialStateAsEvents())]
as parameter to @apidoc[subscribe](pekko.cluster.Cluster)
{scala="#subscribe(subscriber:org.apache.pekko.actor.ActorRef,to:Class[_]*):Unit"
java="#subscribe(org.apache.pekko.actor.ActorRef,org.apache.pekko.cluster.ClusterEvent.SubscriptionInitialStateMode,java.lang.Class...)"}.
Review Comment:
not worth delaying the merge over - but `pekko...` should work - the `@java`
link on this line works -- there are a few more changes to use
`org.apache.pekko` elsewhere in this PR that could also be changed
--
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]