comparison src/main/java/app/bbs/codesegment/LogUpdateCodeSegment.java @ 148:7d248be1d3e4

Modified renewTime
author Nobuyasu
date Tue, 28 Jan 2014 10:53:01 +0900
parents 85dab752d0ac
children
comparison
equal deleted inserted replaced
147:202ea963ec20 148:7d248be1d3e4
26 clist.setKey("_CLIST");; 26 clist.setKey("_CLIST");;
27 } 27 }
28 28
29 public void run() { 29 public void run() {
30 int index = log.index; 30 int index = log.index;
31 new LogUpdateCodeSegment(index); 31 new LogUpdateCodeSegment();
32 NetworkTreeOperationLog netLog = log.asClass(NetworkTreeOperationLog.class); 32 NetworkTreeOperationLog netLog = log.asClass(NetworkTreeOperationLog.class);
33 @SuppressWarnings("unchecked") 33 @SuppressWarnings("unchecked")
34 List<String> list = clist.asClass(List.class); 34 List<String> list = clist.asClass(List.class);
35 for (String node : list) { 35 for (String node : list) {
36 if (!node.equals(log.from)) { 36 if (!node.equals(log.from)) {