fix:修改一些错字。

This commit is contained in:
徐涛 2021-05-20 14:53:49 +08:00
parent eef8a0e704
commit 848534a94f

View File

@ -47,7 +47,7 @@ public interface Command {}
public class Request<T> implements Command {
private T payload;
private ActorOf<Command> sender;
private ActorRef<Command> sender;
// getter和setter先省略了
}