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:
parent
3fa133d901
commit
29f2eba049
135 changed files with 940 additions and 965 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue