comparison test/mergertest/TestMerger.java @ 435:2b034d12170e

early sent list shortning. not yet worked.
author one
date Sat, 16 Jan 2010 18:02:26 +0900
parents 1bb59652d89c
children 21cb16b7f3df
comparison
equal deleted inserted replaced
434:0e72945867bb 435:2b034d12170e
48 for(REPCommand command : othersCommandList){ 48 for(REPCommand command : othersCommandList){
49 Logger.print(command); 49 Logger.print(command);
50 trans.transReceiveCmd(null, command); 50 trans.transReceiveCmd(null, command);
51 } 51 }
52 for(int i = 0; i < commandList.size(); i++){ 52 for(int i = 0; i < commandList.size(); i++){
53 trans.catchOwnCommand(this,eid); 53 trans.catchOwnCommand(this,null);
54 System.out.println(); 54 System.out.println();
55 } 55 }
56 } 56 }
57 57
58 @Override 58 @Override