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:
Arnout Engelen 2020-01-15 16:40:06 +01:00 committed by GitHub
parent 087ed4b5a5
commit 9b9972a854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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") ++