comparison src/alice/jungle/codesegment/HashLogUpdateCodeSegment.java @ 58:4851344e120e

fix bug LogUpdateCodeSegment and ChildLogCheckCodeSegment
author one
date Mon, 15 Jul 2013 10:13:34 +0900
parents ccfe9b5e8f11
children
comparison
equal deleted inserted replaced
57:1bfd13f831ea 58:4851344e120e
20 String str = logString.asString(); 20 String str = logString.asString();
21 System.out.println("HashLogUpdateCodeSegment : "+ str); 21 System.out.println("HashLogUpdateCodeSegment : "+ str);
22 ds.hash.add(str); 22 ds.hash.add(str);
23 ods.put("hashLog", ds); 23 ods.put("hashLog", ds);
24 } 24 }
25
26 } 25 }