comparison src/main/java/christie/datagear/command/RemoteTakeCommand.java @ 210:9a1d9c99e708

fix Command run to execute
author akahori
date Mon, 11 Mar 2019 16:45:37 +0900
parents 2ecb3a93b8ae
children 473f10f24b13
comparison
equal deleted inserted replaced
209:2ecb3a93b8ae 210:9a1d9c99e708
30 this.connection = cn; 30 this.connection = cn;
31 31
32 } 32 }
33 33
34 @Override 34 @Override
35 public void run() { 35 public void execute() {
36 new ReplyCommand(this).run(); 36 new ReplyCommand(this).run();
37 } 37 }
38 38
39 @Override 39 @Override
40 public ByteBuffer convert() { 40 public ByteBuffer convert() {