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
|
|
@ -8,18 +8,18 @@ import java.net.InetSocketAddress;
|
|||
import java.util.LinkedList;
|
||||
import java.util.Queue;
|
||||
|
||||
import akka.actor.ActorRef;
|
||||
import akka.actor.AbstractActor;
|
||||
import akka.event.Logging;
|
||||
import akka.event.LoggingAdapter;
|
||||
import akka.io.Tcp.CommandFailed;
|
||||
import akka.io.Tcp.ConnectionClosed;
|
||||
import akka.io.Tcp.Event;
|
||||
import akka.io.Tcp.Received;
|
||||
import akka.io.Tcp.Write;
|
||||
import akka.io.Tcp.WritingResumed;
|
||||
import akka.io.TcpMessage;
|
||||
import akka.util.ByteString;
|
||||
import org.apache.pekko.actor.ActorRef;
|
||||
import org.apache.pekko.actor.AbstractActor;
|
||||
import org.apache.pekko.event.Logging;
|
||||
import org.apache.pekko.event.LoggingAdapter;
|
||||
import org.apache.pekko.io.Tcp.CommandFailed;
|
||||
import org.apache.pekko.io.Tcp.ConnectionClosed;
|
||||
import org.apache.pekko.io.Tcp.Event;
|
||||
import org.apache.pekko.io.Tcp.Received;
|
||||
import org.apache.pekko.io.Tcp.Write;
|
||||
import org.apache.pekko.io.Tcp.WritingResumed;
|
||||
import org.apache.pekko.io.TcpMessage;
|
||||
import org.apache.pekko.util.ByteString;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue