fix:修改一些错字。
This commit is contained in:
parent
eef8a0e704
commit
848534a94f
|
@ -47,7 +47,7 @@ public interface Command {}
|
||||||
|
|
||||||
public class Request<T> implements Command {
|
public class Request<T> implements Command {
|
||||||
private T payload;
|
private T payload;
|
||||||
private ActorOf<Command> sender;
|
private ActorRef<Command> sender;
|
||||||
|
|
||||||
// getter和setter先省略了
|
// getter和setter先省略了
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user