comparison src/test/java/christie/example/RemoteTake/StartRemoteTake.java @ 251:e8f6c35e6b69

minor fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 25 Jan 2020 14:45:25 +0900
parents 901d65bad48d
children 9b0ad65ae5c0
comparison
equal deleted inserted replaced
250:9697be80d1f6 251:e8f6c35e6b69
7 7
8 public StartRemoteTake(CodeGearManager cgm) { 8 public StartRemoteTake(CodeGearManager cgm) {
9 super(cgm); 9 super(cgm);
10 } 10 }
11 11
12 public static void main(String args[]){ 12 public static void main(String args[]) {
13 CodeGearManager cgm = createCGM(10000); 13 CodeGearManager cgm = createCGM(10000);
14 new StartRemoteTake(cgm); 14 new StartRemoteTake(cgm);
15 cgm.createRemoteDGM("remote", "localhost", 10000); 15 cgm.createRemoteDGM("remote", "localhost", 10000);
16 cgm.setup(new CreateRemoteTakeTest()); 16 cgm.setup(new CreateRemoteTakeTest());
17 RTCommand cmd = new RTCommand("insert","line",0); 17 RTCommand cmd = new RTCommand("insert","line",0);