diff src/jungle/test/bbs/NetworkJungleBulletinBoard.java @ 58:4851344e120e

fix bug LogUpdateCodeSegment and ChildLogCheckCodeSegment
author one
date Mon, 15 Jul 2013 10:13:34 +0900
parents 1bfd13f831ea
children 8a532ca5df80
line wrap: on
line diff
--- a/src/jungle/test/bbs/NetworkJungleBulletinBoard.java	Sun Jul 14 21:46:40 2013 +0900
+++ b/src/jungle/test/bbs/NetworkJungleBulletinBoard.java	Mon Jul 15 10:13:34 2013 +0900
@@ -242,7 +242,6 @@
 		container.unconvert(_log);
 		container.setTimeStamp(timestamp);
 		HashLogUpdateCodeSegment cs = new HashLogUpdateCodeSegment();
-		container.getHashLogString();
 		cs.ods.put("log", container);
 		cs.ods.put("logString", container.getHashLogString());
 		System.out.println("putDataSegment : "+container.getHashLogString());