Remove deprecated actorRefWithAck from 'pending' lists (#28337)
As we don't plan to document this one anymore, so it's already ignored in the 'ignore' list
This commit is contained in:
parent
087ed4b5a5
commit
9b9972a854
1 changed files with 2 additions and 7 deletions
|
|
@ -70,7 +70,6 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
|
|||
"orElseGraph",
|
||||
"divertToGraph",
|
||||
"zipWithGraph",
|
||||
"actorRefWithAck" // deprecated
|
||||
)
|
||||
|
||||
// FIXME document these methods as well
|
||||
|
|
@ -99,12 +98,8 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
|
|||
"actorSubscriber",
|
||||
"foldAsync",
|
||||
"newOnCompleteStage",
|
||||
"actorRefWithAck" // deprecated
|
||||
),
|
||||
"ActorSink" -> Seq("actorRefWithAck" // deprecated
|
||||
),
|
||||
"ActorSource" -> Seq("actorRefWithAck" // deprecated
|
||||
))
|
||||
)
|
||||
)
|
||||
|
||||
val ignore =
|
||||
Set("equals", "hashCode", "notify", "notifyAll", "wait", "toString", "getClass") ++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue