Change "Untyped" to "Classic" (#27627)

* Untyped to classic naming convention #24717
* Added entry of naming convention change to migration docs.
* Rename `toUntyped` to `toClassic` in adapters
This commit is contained in:
Helena Edelson 2019-09-05 03:30:52 -07:00 committed by Patrik Nordwall
parent 3fa133d901
commit 29f2eba049
135 changed files with 940 additions and 965 deletions

View file

@ -4,10 +4,10 @@
package jdocs.actor;
// #my-bounded-untyped-actor
// #my-bounded-classic-actor
import akka.dispatch.BoundedMessageQueueSemantics;
import akka.dispatch.RequiresMessageQueue;
public class MyBoundedActor extends MyActor
implements RequiresMessageQueue<BoundedMessageQueueSemantics> {}
// #my-bounded-untyped-actor
// #my-bounded-classic-actor