diff src/alice/jungle/datasegment/store/operations/DefaultTreeOperationLogContainer.java @ 36:1255ae20d52e

remove msgpack.register in DefaultTreeOperation unconvert method
author one
date Thu, 04 Jul 2013 20:04:12 +0900
parents bf696a6334b2
children 12d87bb4b84d
line wrap: on
line diff
--- a/src/alice/jungle/datasegment/store/operations/DefaultTreeOperationLogContainer.java	Tue Jul 02 17:49:23 2013 +0900
+++ b/src/alice/jungle/datasegment/store/operations/DefaultTreeOperationLogContainer.java	Thu Jul 04 20:04:12 2013 +0900
@@ -122,8 +122,6 @@
 			Value v = msgpack.unconvert(container);
 			list.add(v);
 		}
-		/* */
-		msgpack.register(List.class, new ListTemplate(ValueTemplate.getInstance()));
 		Value listValue = msgpack.unconvert(list);
 		logValue = listValue;
 	}