Rename akka package to org.apache.pekko
This commit is contained in:
parent
494d62515e
commit
f84e8db3cb
3474 changed files with 75898 additions and 72025 deletions
|
|
@ -5,8 +5,8 @@
|
|||
package jdocs.future;
|
||||
|
||||
// #context-dispatcher
|
||||
import akka.actor.AbstractActor;
|
||||
import akka.dispatch.Futures;
|
||||
import org.apache.pekko.actor.AbstractActor;
|
||||
import org.apache.pekko.dispatch.Futures;
|
||||
|
||||
public class ActorWithFuture extends AbstractActor {
|
||||
ActorWithFuture() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue